diff options
Diffstat (limited to 'plugins/t')
0 files changed, 0 insertions, 0 deletions
diff --git a/plugins/check_nt.c b/plugins/check_nt.c index e52b5a2..f76a52a 100644 --- a/plugins/check_nt.c +++ b/plugins/check_nt.c | |||
@@ -103,7 +103,7 @@ int main(int argc, char **argv){ | |||
103 | unsigned long utilization; | 103 | unsigned long utilization; |
104 | unsigned long uptime; | 104 | unsigned long uptime; |
105 | unsigned long age_in_minutes; | 105 | unsigned long age_in_minutes; |
106 | double counter_value; | 106 | double counter_value = 0.0; |
107 | int offset=0; | 107 | int offset=0; |
108 | int updays=0; | 108 | int updays=0; |
109 | int uphours=0; | 109 | int uphours=0; |
@@ -609,7 +609,7 @@ void print_help(void) | |||
609 | { | 609 | { |
610 | print_revision(progname,revision); | 610 | print_revision(progname,revision); |
611 | 611 | ||
612 | printf (_("Copyright (c) 2000 Yves Rubin (rubiyz@yahoo.com)\n")); | 612 | printf ("Copyright (c) 2000 Yves Rubin (rubiyz@yahoo.com)\n"); |
613 | printf (COPYRIGHT, copyright, email); | 613 | printf (COPYRIGHT, copyright, email); |
614 | 614 | ||
615 | printf (_("This plugin collects data from the NSClient service running on a\n\ | 615 | printf (_("This plugin collects data from the NSClient service running on a\n\ |