mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
[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
@ -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 New Issue
Block a user