diff options
Diffstat (limited to 'plugins/check_ups.c')
-rw-r--r-- | plugins/check_ups.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_ups.c b/plugins/check_ups.c index e974b75..3e538bc 100644 --- a/plugins/check_ups.c +++ b/plugins/check_ups.c | |||
@@ -29,7 +29,7 @@ | |||
29 | 29 | ||
30 | const char *progname = "check_ups"; | 30 | const char *progname = "check_ups"; |
31 | const char *revision = "$Revision$"; | 31 | const char *revision = "$Revision$"; |
32 | const char *copyright = "2000-2002"; | 32 | const char *copyright = "2000-2004"; |
33 | const char *email = "nagiosplug-devel@lists.sourceforge.net"; | 33 | const char *email = "nagiosplug-devel@lists.sourceforge.net"; |
34 | 34 | ||
35 | #include <locale.h> | 35 | #include <locale.h> |
@@ -96,7 +96,7 @@ void print_usage (void); | |||
96 | int | 96 | int |
97 | main (int argc, char **argv) | 97 | main (int argc, char **argv) |
98 | { | 98 | { |
99 | int result = STATE_OK; | 99 | int result = STATE_UNKNOWN; |
100 | char *message; | 100 | char *message; |
101 | char *data; | 101 | char *data; |
102 | char temp_buffer[MAX_INPUT_BUFFER]; | 102 | char temp_buffer[MAX_INPUT_BUFFER]; |