Skip to content
Commit ba12b130 authored by Jan Engelhardt's avatar Jan Engelhardt
Browse files

netfilter: xtables: remove duplicate member

Accidentally missed removing the old out-of-union "inverse" member,
which caused the struct size to change which then gives size mismatch
warnings when using an old iptables.

It is interesting to see that gcc did not warn about this before.
(Filed http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47376

 )

Signed-off-by: default avatarJan Engelhardt <jengelh@medozas.de>
parent cc4fc022
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