]> git.ipfire.org Git - thirdparty/iptables.git/commit
libxt_owner: add spaces to output
authorJan Engelhardt <jengelh@medozas.de>
Fri, 6 Jun 2008 12:20:05 +0000 (14:20 +0200)
committerPatrick McHardy <kaber@trash.net>
Fri, 6 Jun 2008 12:20:05 +0000 (14:20 +0200)
commitbb9284d153f338b01975344e96c1b8bcde7d82a8
tree49c3929207c3fefc811806857129f61a8bacba92
parent4dfd25a405199c03fc694b9a43efdae6a91d8ae8
libxt_owner: add spaces to output

It could happen that --<arg><value> was printed on iptables-save with
owner rules (owner_mt_save() function) without the obligatory space
inbetween. Also transfer printing of the space character into
owner_mt_print_item().

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: Patrick McHardy <kaber@trash.net>
extensions/libxt_owner.c