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 cbe8595..32d38b4 100644 --- a/plugins/check_tcp.c +++ b/plugins/check_tcp.c | |||
@@ -171,7 +171,7 @@ main (int argc, char **argv) | |||
171 | asprintf (&PROGNAME, "check_spop"); | 171 | asprintf (&PROGNAME, "check_spop"); |
172 | asprintf (&SERVICE, "SPOP"); | 172 | asprintf (&SERVICE, "SPOP"); |
173 | SEND=NULL; | 173 | SEND=NULL; |
174 | asprintf (&EXPECT, "110"); | 174 | asprintf (&EXPECT, "+OK"); |
175 | asprintf (&QUIT, "QUIT\r\n"); | 175 | asprintf (&QUIT, "QUIT\r\n"); |
176 | PROTOCOL=TCP_PROTOCOL; | 176 | PROTOCOL=TCP_PROTOCOL; |
177 | use_ssl=TRUE; | 177 | use_ssl=TRUE; |