mirror of
https://github.com/xcat2/xNBA.git
synced 2024-11-26 03:09:12 +00:00
Forgot to set initial session state. Now works!
This commit is contained in:
parent
73fe1ba9dd
commit
cf33b568dc
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user