Displaying 1 result from an estimated 1 matches for "quote_open".
Did you mean:
  quota_open
  
2003 Mar 07
0
[Bug 62] New: I patched the iptables-restore and liblptulog for string included "," "
...iptables-
restore.c
--- iptables-1.2.7a.org/iptables-restore.c      Wed Aug  7 18:07:41 2002
+++ iptables-1.2.7a/iptables-restore.c  Sat Mar  8 02:08:01 2003
@@ -262,6 +262,7 @@
                        /* the parser */
                        char *param_start, *curchar;
                        int quote_open;
+                       int backquote_open;
                        /* reset the newargv */
                        newargc = 0;
@@ -308,10 +309,20 @@
                         * longer a real hacker, but I can live with that */
                        quote_open = 0;
+                       back...