Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322447
b: refs/heads/master
c: 6fc09f1
h: refs/heads/master
i:
  322445: 2d826d6
  322443: 59f9d12
  322439: 8bff252
  322431: 737755d
v: v3
  • Loading branch information
Julia Lawall authored and Pablo Neira Ayuso committed Aug 30, 2012
1 parent d4155cc commit e0bd845
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: ef6acf68c259d907517dcc0ffefcd4e30276ae29
refs/heads/master: 6fc09f10f12477bdaa54e94f9cb428bef6d81315
4 changes: 3 additions & 1 deletion trunk/net/netfilter/nfnetlink_log.c
Original file line number Diff line number Diff line change
Expand Up @@ -996,8 +996,10 @@ static int __init nfnetlink_log_init(void)

#ifdef CONFIG_PROC_FS
if (!proc_create("nfnetlink_log", 0440,
proc_net_netfilter, &nful_file_ops))
proc_net_netfilter, &nful_file_ops)) {
status = -ENOMEM;
goto cleanup_logger;
}
#endif
return status;

Expand Down

0 comments on commit e0bd845

Please sign in to comment.