diff options
Diffstat (limited to 'plugins/check_real.c')
-rw-r--r-- | plugins/check_real.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_real.c b/plugins/check_real.c index 4ede6a5..8a12a3e 100644 --- a/plugins/check_real.c +++ b/plugins/check_real.c | |||
@@ -20,7 +20,7 @@ | |||
20 | 20 | ||
21 | const char *progname = "check_real"; | 21 | const char *progname = "check_real"; |
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" |
@@ -56,7 +56,7 @@ int | |||
56 | main (int argc, char **argv) | 56 | main (int argc, char **argv) |
57 | { | 57 | { |
58 | int sd; | 58 | int sd; |
59 | int result; | 59 | int result = STATE_UNKNOWN; |
60 | char buffer[MAX_INPUT_BUFFER]; | 60 | char buffer[MAX_INPUT_BUFFER]; |
61 | char *status_line = NULL; | 61 | char *status_line = NULL; |
62 | 62 | ||