diff options
author | wdenk <wdenk> | 2004-10-11 22:51:13 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-10-11 22:51:13 +0000 |
commit | d407bf52b5dfb96816969c126f14b35df1f233ae (patch) | |
tree | aa50256e0a1f8a949e690e3e6db0f9cbcba81d09 /net | |
parent | 2ee665339b06285a5fd9e36410d1167efc9b0606 (diff) |
* Patch by Philippe Robin, 28 Sept 2004:
Fix Flash support for Versatile.
* Patch by Roger Blofeld, 16 Sep 2004:
Fix timeout for DHCP command retry
Diffstat (limited to 'net')
-rw-r--r-- | net/net.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/net.c b/net/net.c index 90315ca7e20..e2b2a783c83 100644 --- a/net/net.c +++ b/net/net.c @@ -381,6 +381,7 @@ restart: #if (CONFIG_COMMANDS & CFG_CMD_DHCP) case DHCP: /* Start with a clean slate... */ + BootpTry = 0; NetOurIP = 0; NetServerIP = getenv_IPaddr ("serverip"); DhcpRequest(); /* Basically same as BOOTP */ |