]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
fix saving of inverted owner match parameters (Martin Josefsson)
authorMartin Josefsson <gandalf@wlug.westbo.se>
Sat, 3 May 2003 12:11:41 +0000 (12:11 +0000)
committerHarald Welte <laforge@gnumonks.org>
Sat, 3 May 2003 12:11:41 +0000 (12:11 +0000)
extensions/libipt_owner.c

index a2fa8ab61fc0a14625b5bb215eb5b1ea95ee7cff..73f0ed54889e455b40e613e089eb75da302ab967 100644 (file)
@@ -148,7 +148,7 @@ print_item(struct ipt_owner_info *info, u_int8_t flag, int numeric, char *label)
        if(info->match & flag) {
 
                if (info->invert & flag)
-                       fputc('!', stdout);
+                       printf("! ");
 
                printf(label);