diff options
Diffstat (limited to 'plugins/check_nwstat.c')
-rw-r--r-- | plugins/check_nwstat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_nwstat.c b/plugins/check_nwstat.c index ce5773b..41b7c87 100644 --- a/plugins/check_nwstat.c +++ b/plugins/check_nwstat.c | |||
@@ -20,7 +20,7 @@ | |||
20 | 20 | ||
21 | const char *progname = "check_nwstat"; | 21 | const char *progname = "check_nwstat"; |
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" |
@@ -84,7 +84,7 @@ void print_usage(void); | |||
84 | 84 | ||
85 | int | 85 | int |
86 | main(int argc, char **argv) { | 86 | main(int argc, char **argv) { |
87 | int result; | 87 | int result = STATE_UNKNOWN; |
88 | int sd; | 88 | int sd; |
89 | char *send_buffer=NULL; | 89 | char *send_buffer=NULL; |
90 | char recv_buffer[MAX_INPUT_BUFFER]; | 90 | char recv_buffer[MAX_INPUT_BUFFER]; |