Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34710
b: refs/heads/master
c: 71cd83a
h: refs/heads/master
v: v3
  • Loading branch information
Alexey Dobriyan authored and David S. Miller committed Sep 22, 2006
1 parent 18d099a commit 4bb92d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 7cf73936fe6bb9b027b75fd8fa3c634fe74843d3
refs/heads/master: 71cd83a8bde61612b277fd5bf91503ac1ad61e23
2 changes: 0 additions & 2 deletions trunk/net/netfilter/xt_policy.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
{
Expand All @@ -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,
},
};
Expand Down

0 comments on commit 4bb92d5

Please sign in to comment.