diff options
Diffstat (limited to 'net/ipv4/ipconfig.c')
| -rw-r--r-- | net/ipv4/ipconfig.c | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/net/ipv4/ipconfig.c b/net/ipv4/ipconfig.c index f2509034ce72..d2bf8e1930a3 100644 --- a/net/ipv4/ipconfig.c +++ b/net/ipv4/ipconfig.c @@ -1149,8 +1149,10 @@ static int __init ic_dynamic(void)  		ic_rarp_cleanup();  #endif -	if (!ic_got_reply) +	if (!ic_got_reply) { +		ic_myaddr = INADDR_NONE;  		return -1; +	}  	printk("IP-Config: Got %s answer from %u.%u.%u.%u, ",  		((ic_got_reply & IC_RARP) ? "RARP"   | 
