Update of /cvsroot/dhcp-agent/dhcp-agent/src
In directory sc8-pr-cvs1:/tmp/cvs-serv18650/src
Modified Files:
dhcp-server-states.c
Log Message:
eek, fixed comment from client to server
Index: dhcp-server-states.c
===================================================================
RCS file: /cvsroot/dhcp-agent/dhcp-agent/src/dhcp-server-states.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** dhcp-server-states.c 8 Jul 2003 07:03:33 -0000 1.1
--- dhcp-server-states.c 8 Jul 2003 07:06:40 -0000 1.2
***************
*** 21,25 ****
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
! * These are the individual client state functions,
* along with their utility routines.
*
--- 21,25 ----
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
! * These are the individual server state functions,
* along with their utility routines.
*
|