diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/net/udp/dhcp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/udp/dhcp.c b/src/net/udp/dhcp.c index 1778ba702..5319dc0e0 100644 --- a/src/net/udp/dhcp.c +++ b/src/net/udp/dhcp.c @@ -806,6 +806,7 @@ int start_dhcp ( struct job_interface *job, struct net_device *netdev, dhcp->netdev = netdev_get ( netdev ); dhcp->register_options = register_options; dhcp->timer.expired = dhcp_timer_expired; + dhcp->state = DHCPDISCOVER; /* Instantiate child objects and attach to our interfaces */ if ( ( rc = xfer_open_socket ( &dhcp->xfer, SOCK_DGRAM, |
