Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45879
b: refs/heads/master
c: a46bf7d
h: refs/heads/master
i:
  45877: 0ee1b43
  45875: 65e6d64
  45871: e2996cc
v: v3
  • Loading branch information
Patrick McHardy authored and David S. Miller committed Jan 26, 2007
1 parent a0f7bc7 commit d862e98
Show file tree
Hide file tree
Showing 2 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: c72c6b2a291bb6c61b1546d116784a79e15a6c29
refs/heads/master: a46bf7d5a81b350cd204b82bd25ee6ffbc2967d4
4 changes: 2 additions & 2 deletions trunk/net/ipv4/netfilter/nf_nat_pptp.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ static void pptp_nat_expected(struct nf_conn *ct,
DEBUGP("we are PAC->PNS\n");
/* build tuple for PNS->PAC */
t.src.l3num = AF_INET;
t.src.u3.ip = master->tuplehash[exp->dir].tuple.src.u3.ip;
t.src.u3.ip = master->tuplehash[!exp->dir].tuple.src.u3.ip;
t.src.u.gre.key = nat_pptp_info->pns_call_id;
t.dst.u3.ip = master->tuplehash[exp->dir].tuple.dst.u3.ip;
t.dst.u3.ip = master->tuplehash[!exp->dir].tuple.dst.u3.ip;
t.dst.u.gre.key = nat_pptp_info->pac_call_id;
t.dst.protonum = IPPROTO_GRE;
}
Expand Down

0 comments on commit d862e98

Please sign in to comment.