Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106333
b: refs/heads/master
c: f858b48
h: refs/heads/master
i:
  106331: 8f4a550
v: v3
  • Loading branch information
Alexey Dobriyan authored and David S. Miller committed Jul 27, 2008
1 parent 4d26fb6 commit ec9e585
Show file tree
Hide file tree
Showing 3 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: 6c5a9d2e1599a099b0e47235a1c1502162b14310
refs/heads/master: f858b4869a9136dd28cc2ab37f8b89268cc99462
2 changes: 1 addition & 1 deletion trunk/net/ipv4/netfilter/iptable_security.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ static struct
struct ipt_replace repl;
struct ipt_standard entries[3];
struct ipt_error term;
} initial_table __initdata = {
} initial_table __net_initdata = {
.repl = {
.name = "security",
.valid_hooks = SECURITY_VALID_HOOKS,
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/ipv6/netfilter/ip6table_security.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ static struct
struct ip6t_replace repl;
struct ip6t_standard entries[3];
struct ip6t_error term;
} initial_table __initdata = {
} initial_table __net_initdata = {
.repl = {
.name = "security",
.valid_hooks = SECURITY_VALID_HOOKS,
Expand Down

0 comments on commit ec9e585

Please sign in to comment.