summaryrefslogtreecommitdiffstats
path: root/net/net.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/net.c')
-rw-r--r--net/net.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/net.c b/net/net.c
index 1fb9a3d6e5..f2ef6cd33e 100644
--- a/net/net.c
+++ b/net/net.c
@@ -317,14 +317,12 @@ int NetLoop(proto_t protocol)
#ifdef CONFIG_NET_DHCP
case DHCP:
/* Start with a clean slate... */
- BootpTry = 0;
NetOurIP = 0;
DhcpRequest(); /* Basically same as BOOTP */
break;
#endif
#ifdef CONFIG_NET_BOOTP
case BOOTP:
- BootpTry = 0;
BootpRequest ();
break;
#endif