[Nagiosplug-checkins] CVS: nagiosplug/contrib check_dhcp.c,1.4,1.5

Karl DeBisschop kdebisschop at users.sourceforge.net
Thu Feb 19 21:34:11 CET 2004


Update of /cvsroot/nagiosplug/nagiosplug/contrib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25388

Modified Files:
	check_dhcp.c 
Log Message:
spell fix "received"

Index: check_dhcp.c
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/contrib/check_dhcp.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** check_dhcp.c	16 Feb 2003 02:46:40 -0000	1.4
--- check_dhcp.c	20 Feb 2004 05:22:44 -0000	1.5
***************
*** 471,475 ****
          if(!FD_ISSET(sock,&readfds)){
  #ifdef DEBUG
!                 printf("No (more) data recieved\n");
  #endif
                  return ERROR;
--- 471,475 ----
          if(!FD_ISSET(sock,&readfds)){
  #ifdef DEBUG
!                 printf("No (more) data received\n");
  #endif
                  return ERROR;





More information about the Commits mailing list