Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348402
b: refs/heads/master
c: c7e2e1d
h: refs/heads/master
v: v3
  • Loading branch information
Xi Wang authored and David S. Miller committed Jan 7, 2013
1 parent 35976f1 commit a9f979f
Show file tree
Hide file tree
Showing 2 changed files with 2 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: ae62ca7b03217be5e74759dc6d7698c95df498b3
refs/heads/master: c7e2e1d72ed7707239d20525e0ebcad7e3303659
2 changes: 1 addition & 1 deletion trunk/net/ipv4/devinet.c
Original file line number Diff line number Diff line change
Expand Up @@ -823,9 +823,9 @@ int devinet_ioctl(struct net *net, unsigned int cmd, void __user *arg)
if (!ifa) {
ret = -ENOBUFS;
ifa = inet_alloc_ifa();
INIT_HLIST_NODE(&ifa->hash);
if (!ifa)
break;
INIT_HLIST_NODE(&ifa->hash);
if (colon)
memcpy(ifa->ifa_label, ifr.ifr_name, IFNAMSIZ);
else
Expand Down

0 comments on commit a9f979f

Please sign in to comment.