diff options
Diffstat (limited to 'plugins/check_overcr.c')
-rw-r--r-- | plugins/check_overcr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_overcr.c b/plugins/check_overcr.c index 22277f6..ddaebdb 100644 --- a/plugins/check_overcr.c +++ b/plugins/check_overcr.c | |||
@@ -20,7 +20,7 @@ | |||
20 | 20 | ||
21 | const char *progname = "check_overcr"; | 21 | const char *progname = "check_overcr"; |
22 | const char *revision = "$Revision$"; | 22 | const char *revision = "$Revision$"; |
23 | const char *copyright = "2000-2003"; | 23 | const char *copyright = "2000-2004"; |
24 | const char *email = "nagiosplug-devel@lists.sourceforge.net"; | 24 | const char *email = "nagiosplug-devel@lists.sourceforge.net"; |
25 | 25 | ||
26 | #include "common.h" | 26 | #include "common.h" |
@@ -63,7 +63,7 @@ void print_help (void); | |||
63 | int | 63 | int |
64 | main (int argc, char **argv) | 64 | main (int argc, char **argv) |
65 | { | 65 | { |
66 | int result; | 66 | int result = STATE_UNKNOWN; |
67 | char recv_buffer[MAX_INPUT_BUFFER]; | 67 | char recv_buffer[MAX_INPUT_BUFFER]; |
68 | char temp_buffer[MAX_INPUT_BUFFER]; | 68 | char temp_buffer[MAX_INPUT_BUFFER]; |
69 | char *temp_ptr = NULL; | 69 | char *temp_ptr = NULL; |