Browse Source

Forgot to set initial session state. Now works!

tags/v0.9.3
Michael Brown 17 years ago
parent
commit
cf33b568dc
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/net/udp/dhcp.c

+ 1
- 0
src/net/udp/dhcp.c View File

806
 	dhcp->netdev = netdev_get ( netdev );
806
 	dhcp->netdev = netdev_get ( netdev );
807
 	dhcp->register_options = register_options;
807
 	dhcp->register_options = register_options;
808
 	dhcp->timer.expired = dhcp_timer_expired;
808
 	dhcp->timer.expired = dhcp_timer_expired;
809
+	dhcp->state = DHCPDISCOVER;
809
 
810
 
810
 	/* Instantiate child objects and attach to our interfaces */
811
 	/* Instantiate child objects and attach to our interfaces */
811
 	if ( ( rc = xfer_open_socket ( &dhcp->xfer, SOCK_DGRAM,
812
 	if ( ( rc = xfer_open_socket ( &dhcp->xfer, SOCK_DGRAM,

Loading…
Cancel
Save