[NETFILTER] fix DEBUG statement in PPTP helper
As noted by Alexey Dobriyan, the DEBUGP statement prints the wrong callID. Signed-off-by: Harald Welte <laforge@netfilter.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
2a7bc3c94c
commit
0ae5d253ad
1 changed files with 1 additions and 1 deletions
|
@ -485,7 +485,7 @@ pptp_inbound_pkt(struct sk_buff **pskb,
|
|||
|
||||
if (info->pns_call_id != ntohs(*pcid)) {
|
||||
DEBUGP("%s for unknown CallID %u\n",
|
||||
pptp_msg_name[msg], ntohs(*cid));
|
||||
pptp_msg_name[msg], ntohs(*pcid));
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue