Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74795
b: refs/heads/master
c: a4e65d3
h: refs/heads/master
i:
  74793: 1cc16f1
  74791: 1172457
v: v3
  • Loading branch information
Pavel Emelyanov authored and David S. Miller committed Dec 11, 2007
1 parent 29f3c74 commit 526ed3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 1df2e44560c0d72f381126e52a3ba53614c1c484
refs/heads/master: a4e65d36a959005f14142535b58c44cd0f1de8cb
3 changes: 1 addition & 2 deletions trunk/net/ipv4/devinet.c
Original file line number Diff line number Diff line change
Expand Up @@ -516,8 +516,6 @@ static struct in_ifaddr *rtm_to_ifaddr(struct nlmsghdr *nlh)
goto errout;
}

ipv4_devconf_setall(in_dev);

ifa = inet_alloc_ifa();
if (ifa == NULL) {
/*
Expand All @@ -528,6 +526,7 @@ static struct in_ifaddr *rtm_to_ifaddr(struct nlmsghdr *nlh)
goto errout;
}

ipv4_devconf_setall(in_dev);
in_dev_hold(in_dev);

if (tb[IFA_ADDRESS] == NULL)
Expand Down

0 comments on commit 526ed3c

Please sign in to comment.