summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/check_mrtgtraf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/check_mrtgtraf.c b/plugins/check_mrtgtraf.c
index d86bf8a..97f0c92 100644
--- a/plugins/check_mrtgtraf.c
+++ b/plugins/check_mrtgtraf.c
@@ -3,7 +3,7 @@
3* Nagios check_mrtgtraf plugin 3* Nagios check_mrtgtraf plugin
4* 4*
5* License: GPL 5* License: GPL
6* Copyright (c) 1999-2006 nagios-plugins team 6* Copyright (c) 1999-2007 nagios-plugins team
7* 7*
8* Last Modified: $Date$ 8* Last Modified: $Date$
9* 9*
@@ -40,7 +40,7 @@
40 40
41const char *progname = "check_mrtgtraf"; 41const char *progname = "check_mrtgtraf";
42const char *revision = "$Revision$"; 42const char *revision = "$Revision$";
43const char *copyright = "1999-2006"; 43const char *copyright = "1999-2007";
44const char *email = "nagiosplug-devel@lists.sourceforge.net"; 44const char *email = "nagiosplug-devel@lists.sourceforge.net";
45 45
46int process_arguments (int, char **); 46int process_arguments (int, char **);
@@ -60,7 +60,7 @@ unsigned long outgoing_critical_threshold = 0L;
60int 60int
61main (int argc, char **argv) 61main (int argc, char **argv)
62{ 62{
63 int result = STATE_UNKNOWN; 63 int result = STATE_OK;
64 FILE *fp; 64 FILE *fp;
65 int line; 65 int line;
66 char input_buffer[MAX_INPUT_BUFFER]; 66 char input_buffer[MAX_INPUT_BUFFER];