mirror of
https://github.com/torvalds/linux.git
synced 2024-10-31 17:21:49 +00:00
[NETFILTER] remove unneeded structure definition from conntrack helper
Signed-off-by: Harald Welte <laforge@netfilter.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
67497205b1
commit
a82b748930
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user