[Nagiosplug-checkins] CVS: nagiosplug/plugins check_tcp.c,1.9,1.10

Karl DeBisschop kdebisschop at users.sourceforge.net
Thu Dec 19 11:31:06 CET 2002


Update of /cvsroot/nagiosplug/nagiosplug/plugins
In directory sc8-pr-cvs1:/tmp/cvs-serv12754/plugins

Modified Files:
	check_tcp.c 
Log Message:
expect is +OK for SPOP too

Index: check_tcp.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/check_tcp.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** check_tcp.c	19 Dec 2002 19:29:57 -0000	1.9
--- check_tcp.c	19 Dec 2002 19:30:52 -0000	1.10
***************
*** 172,176 ****
  		asprintf (&SERVICE, "SPOP");
  		SEND=NULL;
! 		asprintf (&EXPECT, "110");
  		asprintf (&QUIT, "QUIT\r\n");
  		PROTOCOL=TCP_PROTOCOL;
--- 172,176 ----
  		asprintf (&SERVICE, "SPOP");
  		SEND=NULL;
! 		asprintf (&EXPECT, "+OK");
  		asprintf (&QUIT, "QUIT\r\n");
  		PROTOCOL=TCP_PROTOCOL;





More information about the Commits mailing list