Alexey Dobriyan wrote: > Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> > --- > > --- a/net/ipv4/netfilter/ip_conntrack_helper_pptp.c > +++ b/net/ipv4/netfilter/ip_conntrack_helper_pptp.c > @@ -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;
Looks correct to me, but I'm not that familiar with the code. Harald, do you want me to apply this? - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html