Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7114b0bb authored by Alexey Dobriyan's avatar Alexey Dobriyan Committed by David S. Miller
Browse files

[NETFILTER]: PPTP helper: fix sstate/cstate typo

parent ca3ba88d
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -469,8 +469,8 @@ pptp_inbound_pkt(struct sk_buff **pskb,
			DEBUGP("%s but no session\n", pptp_msg_name[msg]);
			DEBUGP("%s but no session\n", pptp_msg_name[msg]);
			break;
			break;
		}
		}
		if (info->sstate != PPTP_CALL_IN_REP
		if (info->cstate != PPTP_CALL_IN_REP
		    && info->sstate != PPTP_CALL_IN_CONF) {
		    && info->cstate != PPTP_CALL_IN_CONF) {
			DEBUGP("%s but never sent IN_CALL_REPLY\n",
			DEBUGP("%s but never sent IN_CALL_REPLY\n",
				pptp_msg_name[msg]);
				pptp_msg_name[msg]);
			break;
			break;