Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322446
b: refs/heads/master
c: ef6acf6
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Pablo Neira Ayuso committed Aug 30, 2012
1 parent 2d826d6 commit d4155cc
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: 0a54e939d8c2647c711ef2369c3e73c3b7f3028c
refs/heads/master: ef6acf68c259d907517dcc0ffefcd4e30276ae29
3 changes: 2 additions & 1 deletion trunk/net/netfilter/nf_conntrack_netlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -2790,7 +2790,8 @@ static int __init ctnetlink_init(void)
goto err_unreg_subsys;
}

if (register_pernet_subsys(&ctnetlink_net_ops)) {
ret = register_pernet_subsys(&ctnetlink_net_ops);
if (ret < 0) {
pr_err("ctnetlink_init: cannot register pernet operations\n");
goto err_unreg_exp_subsys;
}
Expand Down

0 comments on commit d4155cc

Please sign in to comment.