[Nagiosplug-checkins] nagiosplug/plugins check_nt.c,1.35,1.36

Benoit Mortier opensides at users.sourceforge.net
Sun Dec 5 05:01:04 CET 2004


Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4474/plugins

Modified Files:
	check_nt.c 
Log Message:

cleaned fr.po nagios-plugins.pot



Index: check_nt.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_nt.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- check_nt.c	4 Dec 2004 12:12:29 -0000	1.35
+++ check_nt.c	5 Dec 2004 12:59:54 -0000	1.36
@@ -103,7 +103,7 @@
 	unsigned long utilization;
 	unsigned long uptime;
 	unsigned long age_in_minutes;
-	double counter_value;
+	double counter_value = 0.0;
 	int offset=0;
 	int updays=0;
 	int uphours=0;
@@ -609,7 +609,7 @@
 {
 	print_revision(progname,revision);
 	
-	printf (_("Copyright (c) 2000 Yves Rubin (rubiyz at yahoo.com)\n"));
+	printf ("Copyright (c) 2000 Yves Rubin (rubiyz at yahoo.com)\n");
 	printf (COPYRIGHT, copyright, email);
 	
 	printf (_("This plugin collects data from the NSClient service running on a\n\





More information about the Commits mailing list