Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361803
b: refs/heads/master
c: 283951f
h: refs/heads/master
i:
  361801: 11ceb73
  361799: 5a04881
v: v3
  • Loading branch information
Martin Fuzzey authored and David S. Miller committed Mar 20, 2013
1 parent 0ef3f3e commit ef07817
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 8ed781668dd49b608f1e67a22e3b445fd0c2cd6f
refs/heads/master: 283951f95b067877ca5ea77afaa212bb1e0507b5
3 changes: 2 additions & 1 deletion trunk/net/ipv4/ipconfig.c
Original file line number Diff line number Diff line change
Expand Up @@ -1522,7 +1522,8 @@ static int __init ip_auto_config(void)
}
for (i++; i < CONF_NAMESERVERS_MAX; i++)
if (ic_nameservers[i] != NONE)
pr_cont(", nameserver%u=%pI4\n", i, &ic_nameservers[i]);
pr_cont(", nameserver%u=%pI4", i, &ic_nameservers[i]);
pr_cont("\n");
#endif /* !SILENT */

return 0;
Expand Down

0 comments on commit ef07817

Please sign in to comment.