Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 6334
b: refs/heads/master
c: 6224392
h: refs/heads/master
v: v3
  • Loading branch information
Harald Welte authored and David S. Miller committed Aug 29, 2005
1 parent 84cf2fb commit 1319e32
Show file tree
Hide file tree
Showing 2 changed files with 3 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: e41aac41e3856c87fee52c5b8bca71705d15449b
refs/heads/master: 622439270c74f3ad4f69d1417aca4bb3b79514f4
4 changes: 2 additions & 2 deletions trunk/net/netfilter/nf_log.c
Original file line number Diff line number Diff line change
Expand Up @@ -167,12 +167,12 @@ int __init netfilter_log_init(void)
{
#ifdef CONFIG_PROC_FS
struct proc_dir_entry *pde;

pde = create_proc_entry("nf_log", S_IRUGO, proc_net_netfilter);
#endif
if (!pde)
return -1;

pde->proc_fops = &nflog_file_ops;

#endif
return 0;
}

0 comments on commit 1319e32

Please sign in to comment.