Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
On second thought, those could be kind of big values....
  • Loading branch information
Jarrod Johnson committed Mar 7, 2014
1 parent 88f4651 commit 9aa8a0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/net/udp/dhcp.c
Expand Up @@ -185,8 +185,8 @@ struct dhcp_session_state {
void ( * expired ) ( struct dhcp_session *dhcp );
/** Transmitted message type */
uint8_t tx_msgtype;
uint8_t min_timeout;
uint8_t max_timeout;
unsigned long min_timeout;
unsigned long max_timeout;
};

static struct dhcp_session_state dhcp_state_discover;
Expand Down

0 comments on commit 9aa8a0b

Please sign in to comment.