aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-10-11 22:51:13 +0000
committerwdenk <wdenk>2004-10-11 22:51:13 +0000
commitd407bf52b5dfb96816969c126f14b35df1f233ae (patch)
treeaa50256e0a1f8a949e690e3e6db0f9cbcba81d09 /net
parent2ee665339b06285a5fd9e36410d1167efc9b0606 (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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/net.c b/net/net.c
index 90315ca7e..e2b2a783c 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 */