[NETFILTER]: nf_conntrack_sctp: remove unused ttag field from conntrack data Spotted by Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx>. Signed-off-by: Patrick McHardy <kaber@xxxxxxxxx> --- commit 5c06ef38713fa6bc6cb80f7834464e4761a383dc tree 9e8564b679a5a4a95e0e98c02e0c2040a5f3248e parent febaa2eab0d9efc458d9cbefef7fa7f9859250d1 author Patrick McHardy <kaber@xxxxxxxxx> Tue, 15 Jan 2008 06:53:29 +0100 committer Patrick McHardy <kaber@xxxxxxxxx> Tue, 15 Jan 2008 06:53:29 +0100 include/linux/netfilter/nf_conntrack_sctp.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/include/linux/netfilter/nf_conntrack_sctp.h b/include/linux/netfilter/nf_conntrack_sctp.h index 5cf2c11..768f78c 100644 --- a/include/linux/netfilter/nf_conntrack_sctp.h +++ b/include/linux/netfilter/nf_conntrack_sctp.h @@ -21,7 +21,6 @@ struct ip_ct_sctp enum sctp_conntrack state; __be32 vtag[IP_CT_DIR_MAX]; - u_int32_t ttag[IP_CT_DIR_MAX]; }; #endif /* _NF_CONNTRACK_SCTP_H */ - To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html