diff options
Diffstat (limited to 'plugins/check_fping.c')
-rw-r--r-- | plugins/check_fping.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/check_fping.c b/plugins/check_fping.c index 817d647..46d4beb 100644 --- a/plugins/check_fping.c +++ b/plugins/check_fping.c | |||
@@ -20,7 +20,7 @@ | |||
20 | 20 | ||
21 | const char *progname = "check_fping"; | 21 | const char *progname = "check_fping"; |
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" |
@@ -57,6 +57,8 @@ int wrta_p = FALSE; | |||
57 | int | 57 | int |
58 | main (int argc, char **argv) | 58 | main (int argc, char **argv) |
59 | { | 59 | { |
60 | /* normaly should be int result = STATE_UNKNOWN; */ | ||
61 | |||
60 | int status = STATE_UNKNOWN; | 62 | int status = STATE_UNKNOWN; |
61 | char *server = NULL; | 63 | char *server = NULL; |
62 | char *command_line = NULL; | 64 | char *command_line = NULL; |