]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
attempt to fix save/restore of '! --uid-owner squid' problem as reported by Costa...
authorHarald Welte <laforge@gnumonks.org>
Mon, 6 Jan 2003 12:40:33 +0000 (12:40 +0000)
committerHarald Welte <laforge@gnumonks.org>
Mon, 6 Jan 2003 12:40:33 +0000 (12:40 +0000)
extensions/libipt_owner.c

index 25e0e9f05c2b32fb80d4f9ffcc1d4a122185376f..a2fa8ab61fc0a14625b5bb215eb5b1ea95ee7cff 100644 (file)
@@ -147,11 +147,11 @@ print_item(struct ipt_owner_info *info, u_int8_t flag, int numeric, char *label)
 {
        if(info->match & flag) {
 
-               printf(label);
-
                if (info->invert & flag)
                        fputc('!', stdout);
 
+               printf(label);
+
                switch(info->match & flag) {
                case IPT_OWNER_UID:
                        if(!numeric) {