* dhcp.c: fix bug #19927: "DHCP NACK problem" by clearing any existing set IP

address entirely on receiving a DHCPNAK, and restarting discovery.
This commit is contained in:
jifl
2008-01-06 21:09:11 +00:00
parent a41f113b8f
commit bf924118de
2 changed files with 15 additions and 4 deletions

View File

@@ -564,6 +564,10 @@ HISTORY
++ Bug fixes:
2008-01-06 Jonathan Larmour
* dhcp.c: fix bug #19927: "DHCP NACK problem" by clearing any existing set IP
address entirely on receiving a DHCPNAK, and restarting discovery.
2007-12-21 Simon Goldschmidt
* sys.h, api_lib.c, api_msg.c, sockets.c: fix bug #21698: "netconn->recv_avail
is not protected" by using new macros for interlocked access to modify/test