|
@@ -315,7 +315,7 @@ pptp_inbound_pkt(struct sk_buff **pskb,
|
|
break;
|
|
break;
|
|
case PPTP_IN_CALL_REQUEST:
|
|
case PPTP_IN_CALL_REQUEST:
|
|
/* only need to nat in case PAC is behind NAT box */
|
|
/* only need to nat in case PAC is behind NAT box */
|
|
- break;
|
|
|
|
|
|
+ return NF_ACCEPT;
|
|
case PPTP_WAN_ERROR_NOTIFY:
|
|
case PPTP_WAN_ERROR_NOTIFY:
|
|
pcid = &pptpReq->wanerr.peersCallID;
|
|
pcid = &pptpReq->wanerr.peersCallID;
|
|
break;
|
|
break;
|