Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91933
b: refs/heads/master
c: 633d424
h: refs/heads/master
i:
  91931: 862c39c
v: v3
  • Loading branch information
Pavel Emelyanov authored and David S. Miller committed Apr 21, 2008
1 parent 9ad187b commit a51fcff
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: 2aed2827dfc2e7d2e385fc1580529a8fc7f33d47
refs/heads/master: 633d424bf33dab99e77b36210fbd1b996e7823df
3 changes: 1 addition & 2 deletions trunk/net/ipv6/route.c
Original file line number Diff line number Diff line change
Expand Up @@ -2614,9 +2614,8 @@ struct ctl_table *ipv6_route_sysctl_init(struct net *net)

static int ip6_route_net_init(struct net *net)
{
int ret = 0;
int ret = -ENOMEM;

ret = -ENOMEM;
net->ipv6.ip6_dst_ops = kmemdup(&ip6_dst_ops_template,
sizeof(*net->ipv6.ip6_dst_ops),
GFP_KERNEL);
Expand Down

0 comments on commit a51fcff

Please sign in to comment.