]> git.ipfire.org Git - thirdparty/iptables.git/commit
extensions: remove bogus use of XT_GETOPT_TABLEEND
authorJan Engelhardt <jengelh@medozas.de>
Sat, 7 May 2011 02:01:25 +0000 (04:01 +0200)
committerJan Engelhardt <jengelh@medozas.de>
Sun, 8 May 2011 13:12:59 +0000 (15:12 +0200)
commit104fb318d22231c9edf9d61ef84cc84386e52d6b
tree56ca0fc3bc0fae1ef621d2a47ec62258763c61fb
parent373e8513c4b9b0491e46ae89397ead03d093ee76
extensions: remove bogus use of XT_GETOPT_TABLEEND

Commit v1.4.8-36-g32b8e61 added this end marker in a little too many
places: at non-getopt places. Fix that.

Also change the definition of XT_GETOPT_TABLEEND to reference a struct
getopt member by name so that this cannot happen again.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
extensions/libxt_TCPOPTSTRIP.c
extensions/libxt_rateest.c
include/xtables.h.in