Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45880
b: refs/heads/master
c: 7399072
h: refs/heads/master
v: v3
  • Loading branch information
Patrick McHardy authored and David S. Miller committed Jan 26, 2007
1 parent d862e98 commit c9cef12
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: a46bf7d5a81b350cd204b82bd25ee6ffbc2967d4
refs/heads/master: 7399072a7348d025e7bcb5eb5d5e9be941d490b7
2 changes: 1 addition & 1 deletion trunk/net/netfilter/nf_conntrack_pptp.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ static void pptp_expectfn(struct nf_conn *ct,

rcu_read_lock();
nf_nat_pptp_expectfn = rcu_dereference(nf_nat_pptp_hook_expectfn);
if (nf_nat_pptp_expectfn && ct->status & IPS_NAT_MASK)
if (nf_nat_pptp_expectfn && ct->master->status & IPS_NAT_MASK)
nf_nat_pptp_expectfn(ct, exp);
else {
struct nf_conntrack_tuple inv_t;
Expand Down

0 comments on commit c9cef12

Please sign in to comment.