Commit 9abdae11 authored by Harald Welte's avatar Harald Welte Committed by David Woodhouse

[NETFILTER]: Remove unused structure member in NAT, from Patrick McHardy.

parent 2d5f5170
......@@ -100,9 +100,6 @@ struct ip_nat_info
/* Manipulations to be done on this conntrack. */
struct ip_nat_info_manip manips[IP_NAT_MAX_MANIPS];
/* The mapping type which created us (NULL for null mapping). */
const struct ip_nat_mapping_type *mtype;
struct ip_nat_hash bysource, byipsproto;
/* Helper (NULL if none). */
......
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