Skip to content

Commit

Permalink
[NETFILTER]: nf_conntrack_sctp: remove unused ttag field from conntra…
Browse files Browse the repository at this point in the history
…ck data

Spotted by Pablo Neira Ayuso <pablo@netfilter.org>.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Patrick McHardy authored and David S. Miller committed Jan 28, 2008
1 parent 4a64830 commit e37b386
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/netfilter/nf_conntrack_sctp.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

0 comments on commit e37b386

Please sign in to comment.