diff options
Diffstat (limited to 'net/net.c')
| -rw-r--r-- | net/net.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -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 */ |