[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
- Previous message: [Nagiosplug-checkins] CVS: nagiosplug/plugins check_snmp.c,1.36,1.37 negate.c,1.13,1.14 netutils.c,1.15,1.16 urlize.c,1.9,1.10
- Next message: [Nagiosplug-checkins] CVS: nagiosplug/contrib check_dhcp.c,1.4,1.4.2.1 check_procl.sh,1.1,1.1.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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;
- Previous message: [Nagiosplug-checkins] CVS: nagiosplug/plugins check_snmp.c,1.36,1.37 negate.c,1.13,1.14 netutils.c,1.15,1.16 urlize.c,1.9,1.10
- Next message: [Nagiosplug-checkins] CVS: nagiosplug/contrib check_dhcp.c,1.4,1.4.2.1 check_procl.sh,1.1,1.1.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Commits
mailing list