Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34537
b: refs/heads/master
c: 2809486
h: refs/heads/master
i:
  34535: d851775
v: v3
  • Loading branch information
Thomas Graf authored and David S. Miller committed Sep 22, 2006
1 parent 4d4de1c commit 234c6ef
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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: 3fd091e73b81f131e1567c4d4a1ec042940bf2f7
refs/heads/master: 2809486424df58043b380aeb9d7f402c031c46f6
8 changes: 4 additions & 4 deletions trunk/net/netfilter/xt_CONNSECMARK.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,14 +130,14 @@ static struct xt_target xt_connsecmark_target[] = {
static int __init xt_connsecmark_init(void)
{
need_conntrack();
return xt_register_targets(xt_connsecmark_targets,
ARRAY_SIZE(xt_connsecmark_targets));
return xt_register_targets(xt_connsecmark_target,
ARRAY_SIZE(xt_connsecmark_target));
}

static void __exit xt_connsecmark_fini(void)
{
xt_unregister_targets(xt_connsecmark_targets,
ARRAY_SIZE(xt_connsecmark_targets));
xt_unregister_targets(xt_connsecmark_target,
ARRAY_SIZE(xt_connsecmark_target));
}

module_init(xt_connsecmark_init);
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/netfilter/xt_SECMARK.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ static int checkentry(const char *tablename, const void *entry,
return 1;
}

static struct xt_target xt_secmark_target = {
static struct xt_target xt_secmark_target[] = {
{
.name = "SECMARK",
.family = AF_INET,
Expand Down

0 comments on commit 234c6ef

Please sign in to comment.