diff options
Diffstat (limited to 'plugins/t')
0 files changed, 0 insertions, 0 deletions
diff --git a/plugins/check_tcp.c b/plugins/check_tcp.c index 43580b6..8a42a64 100644 --- a/plugins/check_tcp.c +++ b/plugins/check_tcp.c | |||
@@ -22,7 +22,6 @@ | |||
22 | * | 22 | * |
23 | *****************************************************************************/ | 23 | *****************************************************************************/ |
24 | 24 | ||
25 | /* const char *progname = "check_tcp"; */ | ||
26 | #define REVISION "$Revision$" | 25 | #define REVISION "$Revision$" |
27 | #define DESCRIPTION "Check a TCP port" | 26 | #define DESCRIPTION "Check a TCP port" |
28 | #define AUTHOR "Ethan Galstad" | 27 | #define AUTHOR "Ethan Galstad" |
@@ -65,7 +64,7 @@ int process_arguments (int, char **); | |||
65 | void print_usage (void); | 64 | void print_usage (void); |
66 | void print_help (void); | 65 | void print_help (void); |
67 | 66 | ||
68 | char *progname = NULL; | 67 | char *progname = "check_tcp"; |
69 | char *SERVICE = NULL; | 68 | char *SERVICE = NULL; |
70 | char *SEND = NULL; | 69 | char *SEND = NULL; |
71 | char *EXPECT = NULL; | 70 | char *EXPECT = NULL; |