Update of /cvsroot/dhcp-agent/dhcp-agent
In directory usw-pr-cvs1:/tmp/cvs-serv8650
Modified Files:
dhcp-client-states.c
Log Message:
minor fix; heh; parse error; forgot to build before commiting last time. sorry;
Index: dhcp-client-states.c
===================================================================
RCS file: /cvsroot/dhcp-agent/dhcp-agent/dhcp-client-states.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** dhcp-client-states.c 9 Feb 2002 16:34:42 -0000 1.13
--- dhcp-client-states.c 9 Feb 2002 16:48:49 -0000 1.14
***************
*** 265,269 ****
add_to_list(dc->rawnet->dhcp_p->options,
dhcp_build_server_identifier(dhcp_get_siaddr(dc->rawnet->dhcp_p)));
! p
/* dump cache file. */
if(client_cache_dump_options(dc->cache, dc->rawnet->dhcp_p->options)) {
--- 265,269 ----
add_to_list(dc->rawnet->dhcp_p->options,
dhcp_build_server_identifier(dhcp_get_siaddr(dc->rawnet->dhcp_p)));
!
/* dump cache file. */
if(client_cache_dump_options(dc->cache, dc->rawnet->dhcp_p->options)) {
|