From 4bb92d5c1f64a1416f75e6b2d23e9616cea41573 Mon Sep 17 00:00:00 2001 From: Alexey Dobriyan Date: Wed, 20 Sep 2006 12:02:44 -0700 Subject: [PATCH] --- yaml --- r: 34710 b: refs/heads/master c: 71cd83a8bde61612b277fd5bf91503ac1ad61e23 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/net/netfilter/xt_policy.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 36f0823f825b..20da4894bf47 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7cf73936fe6bb9b027b75fd8fa3c634fe74843d3 +refs/heads/master: 71cd83a8bde61612b277fd5bf91503ac1ad61e23 diff --git a/trunk/net/netfilter/xt_policy.c b/trunk/net/netfilter/xt_policy.c index e9d81378d653..46bde2b1e1e0 100644 --- a/trunk/net/netfilter/xt_policy.c +++ b/trunk/net/netfilter/xt_policy.c @@ -171,7 +171,6 @@ static struct xt_match xt_policy_match[] = { .checkentry = checkentry, .match = match, .matchsize = sizeof(struct xt_policy_info), - .family = AF_INET, .me = THIS_MODULE, }, { @@ -180,7 +179,6 @@ static struct xt_match xt_policy_match[] = { .checkentry = checkentry, .match = match, .matchsize = sizeof(struct xt_policy_info), - .family = AF_INET6, .me = THIS_MODULE, }, };