Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362277
b: refs/heads/master
c: 558724a
h: refs/heads/master
i:
  362275: 074382d
v: v3
  • Loading branch information
Wei Yongjun authored and Pablo Neira Ayuso committed Mar 25, 2013
1 parent b0648bb commit 6f8648d
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 130549fed828cc34c22624c6195afcf9e7ae56fe
refs/heads/master: 558724a5b2a73ad0c7638e21e8dffc419d267b6c
4 changes: 3 additions & 1 deletion trunk/net/netfilter/nfnetlink_queue_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1062,8 +1062,10 @@ static int __init nfnetlink_queue_init(void)

#ifdef CONFIG_PROC_FS
if (!proc_create("nfnetlink_queue", 0440,
proc_net_netfilter, &nfqnl_file_ops))
proc_net_netfilter, &nfqnl_file_ops)) {
status = -ENOMEM;
goto cleanup_subsys;
}
#endif

register_netdevice_notifier(&nfqnl_dev_notifier);
Expand Down

0 comments on commit 6f8648d

Please sign in to comment.