summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2003-06-19 12:04:44 +0000
committerHarald Welte <laforge@gnumonks.org>2003-06-19 12:04:44 +0000
commitce26c586c2217116c8e91628ce23f4429dccfae3 (patch)
tree2cce9dc84c11c00ce2f7915148a6e07ffe116fbb
parentcbc963941ef4abcb5c2d889b4173501e7a4cbc3b (diff)
fix saving of inverted parameters (same as in ipv4 libipt_owner.c)
-rw-r--r--extensions/libip6t_owner.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libip6t_owner.c b/extensions/libip6t_owner.c
index ee3283cd..ed785306 100644
--- a/extensions/libip6t_owner.c
+++ b/extensions/libip6t_owner.c
@@ -151,7 +151,7 @@ print_item(struct ip6t_owner_info *info, u_int8_t flag, int numeric, char *label
printf(label);
if (info->invert & flag)
- fputc('!', stdout);
+ printf("! ");
switch(info->match & flag) {
case IP6T_OWNER_UID: