Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27015
b: refs/heads/master
c: 7114b0b
h: refs/heads/master
i:
  27013: 1b70d17
  27011: 19660d5
  27007: 0e05105
v: v3
  • Loading branch information
Alexey Dobriyan authored and David S. Miller committed May 29, 2006
1 parent 201edac commit ae8a605
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: ca3ba88d0cf4b5d7a628caf505c231162dde9429
refs/heads/master: 7114b0bb6df7b2db266ba4847e4dd8333fa98a9a
4 changes: 2 additions & 2 deletions trunk/net/ipv4/netfilter/ip_conntrack_helper_pptp.c
Original file line number Diff line number Diff line change
Expand Up @@ -469,8 +469,8 @@ pptp_inbound_pkt(struct sk_buff **pskb,
DEBUGP("%s but no session\n", pptp_msg_name[msg]);
break;
}
if (info->sstate != PPTP_CALL_IN_REP
&& info->sstate != PPTP_CALL_IN_CONF) {
if (info->cstate != PPTP_CALL_IN_REP
&& info->cstate != PPTP_CALL_IN_CONF) {
DEBUGP("%s but never sent IN_CALL_REPLY\n",
pptp_msg_name[msg]);
break;
Expand Down

0 comments on commit ae8a605

Please sign in to comment.