fixed invalid dependency to etharp_query if DHCP_DOES_ARP_CHECK==0

This commit is contained in:
goldsimon
2009-08-25 17:49:47 +00:00
parent 2c618705f0
commit f2f20cf133
2 changed files with 8 additions and 1 deletions

View File

@@ -32,6 +32,9 @@ HISTORY
++ Bugfixes:
2009-08-25 Simon Goldschmidt
* dhcp.c: fixed invalid dependency to etharp_query if DHCP_DOES_ARP_CHECK==0
2009-08-23 Simon Goldschmidt
* ppp.c: bug #27078: Possible memory leak in pppInit()