expect is +OK for SPOP too

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@233 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
Karl DeBisschop 2002-12-19 19:30:52 +00:00
parent 198b425de6
commit 6f1fc7e3a0

View file

@ -171,7 +171,7 @@ main (int argc, char **argv)
asprintf (&PROGNAME, "check_spop");
asprintf (&SERVICE, "SPOP");
SEND=NULL;
asprintf (&EXPECT, "110");
asprintf (&EXPECT, "+OK");
asprintf (&QUIT, "QUIT\r\n");
PROTOCOL=TCP_PROTOCOL;
use_ssl=TRUE;