]> 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>
Wed, 29 Jun 2005 16:54:16 +0000 (16:54 +0000)
committerHarald Welte <laforge@gnumonks.org>
Wed, 29 Jun 2005 16:54:16 +0000 (16:54 +0000)
extensions/libip6t_owner.c

index 6f27ebb62950e5d1038c59254085d9a8789c5ecf..99b5c1346c62105866a03819569059dca41a00b5 100644 (file)
@@ -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) {