david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Forgot to set initial session state. Now works!

This commit is contained in:
Michael Brown 2007-06-28 01:55:01 +01:00
parent 73fe1ba9dd
commit cf33b568dc
1 changed files with 1 additions and 0 deletions

View File

@ -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,