Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3917
b: refs/heads/master
c: 7a1af5d
h: refs/heads/master
i:
  3915: d121a2d
v: v3
  • Loading branch information
Maxime Bizon authored and David S. Miller committed Jun 28, 2005
1 parent e625068 commit e7455d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2c2910a401f1ce2ac9136171e7522e731e1a2a8c
refs/heads/master: 7a1af5d7bb94af16b980a53330436b9fadc12435
4 changes: 3 additions & 1 deletion trunk/net/ipv4/ipconfig.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e7455d7

Please sign in to comment.