[NETFILTER] fix DEBUG statement in PPTP helper
authorHarald Welte <laforge@netfilter.org>
Fri, 23 Sep 2005 06:44:58 +0000 (23:44 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 23 Sep 2005 06:44:58 +0000 (23:44 -0700)
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>
net/ipv4/netfilter/ip_conntrack_helper_pptp.c

index 79db5b7..1175879 100644 (file)
@@ -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;
                }