Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 215445
b: refs/heads/master
c: 70a8516
h: refs/heads/master
i:
  215443: 4088767
v: v3
  • Loading branch information
Changli Gao authored and Patrick McHardy committed Sep 16, 2010
1 parent 39b24e6 commit 65e2f28
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: 0abee5260babe0a12d468b485a28336551697925
refs/heads/master: 70a851667dbd7aa3f7be9609d6580ca9861230b3
2 changes: 1 addition & 1 deletion trunk/net/netfilter/xt_TPROXY.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ static int tproxy_tg_check(const struct xt_tgchk_param *par)

static struct xt_target tproxy_tg_reg __read_mostly = {
.name = "TPROXY",
.family = AF_INET,
.family = NFPROTO_IPV4,
.table = "mangle",
.target = tproxy_tg,
.targetsize = sizeof(struct xt_tproxy_target_info),
Expand Down

0 comments on commit 65e2f28

Please sign in to comment.