diff options
Diffstat (limited to 'plugins/check_tcp.c')
-rw-r--r-- | plugins/check_tcp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/check_tcp.c b/plugins/check_tcp.c index e3fac22..228a533 100644 --- a/plugins/check_tcp.c +++ b/plugins/check_tcp.c | |||
@@ -100,8 +100,6 @@ main (int argc, char **argv) | |||
100 | int i; | 100 | int i; |
101 | char buffer[MAX_INPUT_BUFFER] = ""; | 101 | char buffer[MAX_INPUT_BUFFER] = ""; |
102 | char *status = ""; | 102 | char *status = ""; |
103 | char *output = NULL; | ||
104 | char *ptr = NULL; | ||
105 | struct timeval tv; | 103 | struct timeval tv; |
106 | 104 | ||
107 | if (strstr (argv[0], "check_udp")) { | 105 | if (strstr (argv[0], "check_udp")) { |