Commit a82b7489 authored by Harald Welte's avatar Harald Welte Committed by David S. Miller

[NETFILTER] remove unneeded structure definition from conntrack helper

Signed-off-by: default avatarHarald Welte <laforge@netfilter.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 67497205
...@@ -284,13 +284,6 @@ struct PptpSetLinkInfo { ...@@ -284,13 +284,6 @@ struct PptpSetLinkInfo {
__be32 recvAccm; __be32 recvAccm;
}; };
struct pptp_priv_data {
__u16 call_id;
__u16 mcall_id;
__u16 pcall_id;
};
union pptp_ctrl_union { union pptp_ctrl_union {
struct PptpStartSessionRequest sreq; struct PptpStartSessionRequest sreq;
struct PptpStartSessionReply srep; struct PptpStartSessionReply srep;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment