aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/ip_conntrack_helper_pptp.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@netfilter.org>2005-09-22 23:44:58 -0700
committerDavid S. Miller <davem@davemloft.net>2005-09-22 23:44:58 -0700
commit0ae5d253adcc467b1c52b512bbca9419eb438409 (patch)
tree2a928ecc8efffa4872d8e0e7a6f468b43df8197f /net/ipv4/netfilter/ip_conntrack_helper_pptp.c
parent[BRIDGE]: TSO fix in br_dev_queue_push_xmit (diff)
downloadlinux-dev-0ae5d253adcc467b1c52b512bbca9419eb438409.tar.xz
linux-dev-0ae5d253adcc467b1c52b512bbca9419eb438409.zip
[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>
Diffstat (limited to '')
-rw-r--r--net/ipv4/netfilter/ip_conntrack_helper_pptp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/netfilter/ip_conntrack_helper_pptp.c b/net/ipv4/netfilter/ip_conntrack_helper_pptp.c
index 79db5b70d5f6..117587978700 100644
--- a/net/ipv4/netfilter/ip_conntrack_helper_pptp.c
+++ b/net/ipv4/netfilter/ip_conntrack_helper_pptp.c
@@ -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;
}