[NETFILTER]: PPTP helper: fix sstate/cstate typo
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
ca3ba88d0c
commit
7114b0bb6d
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue