summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2005-06-29 16:54:16 +0000
committerHarald Welte <laforge@gnumonks.org>2005-06-29 16:54:16 +0000
commit195ae91a7103d46d3aed96f339a70742b664e967 (patch)
tree341f7f8f5dff4ab20b02f6f23f0fddb28da71194
parent64d900ffe61c2e793fbfce37e84a2b82d9051293 (diff)
attempt to fix save/restore of '! --uid-owner squid' problem as reported by Costa Tsaousis (backport from ipv4 owner)
-rw-r--r--extensions/libip6t_owner.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/libip6t_owner.c b/extensions/libip6t_owner.c
index 6f27ebb6..99b5c134 100644
--- a/extensions/libip6t_owner.c
+++ b/extensions/libip6t_owner.c
@@ -141,11 +141,11 @@ print_item(struct ip6t_owner_info *info, u_int8_t flag, int numeric, char *label
{
if(info->match & flag) {
- printf(label);
-
if (info->invert & flag)
printf("! ");
+ printf(label);
+
switch(info->match & flag) {
case IP6T_OWNER_UID:
if(!numeric) {