Update of /cvsroot/dhcp-agent/dhcp-agent
In directory usw-pr-cvs1:/tmp/cvs-serv30209
Modified Files:
dhcp-packet-build.c
Log Message:
we now release properly
Index: dhcp-packet-build.c
===================================================================
RCS file: /cvsroot/dhcp-agent/dhcp-agent/dhcp-packet-build.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** dhcp-packet-build.c 13 Oct 2002 22:17:14 -0000 1.9
--- dhcp-packet-build.c 13 Oct 2002 22:22:11 -0000 1.10
***************
*** 406,410 ****
void build_dhcp_request(rawnet_t *net, uint32_t xid, time_t secs, list_t *options)
{
! build_dhcp_proc(net, xid, secs, 0, 0, 0, 0, options, DHCP_BOOTP_REQUEST);
}
--- 406,410 ----
void build_dhcp_request(rawnet_t *net, uint32_t xid, time_t secs, list_t *options)
{
! build_dhcp_proc(net, xid, secs, net->ip_addr, 0, 0, 0, options, DHCP_BOOTP_REQUEST);
}
|