Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48340
b: refs/heads/master
c: 9fa7b46
h: refs/heads/master
v: v3
  • Loading branch information
Eric W. Biederman authored and Linus Torvalds committed Feb 14, 2007
1 parent 9bd07e8 commit 8856c15
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 6fe6b1755c3d234af076c0d264dc8478acf4510c
refs/heads/master: 9fa7b46d73d2849a7234d0967152c39deb4e815f
2 changes: 1 addition & 1 deletion trunk/net/llc/sysctl_net_llc.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ static struct ctl_table_header *llc_table_header;

int __init llc_sysctl_init(void)
{
llc_table_header = register_sysctl_table(llc_root_table, 1);
llc_table_header = register_sysctl_table(llc_root_table, 0);

return llc_table_header ? 0 : -ENOMEM;
}
Expand Down

0 comments on commit 8856c15

Please sign in to comment.