search for: param_start

Displaying 1 result from an estimated 1 matches for "param_start".

Did you mean: pam_start
2003 Mar 07
0
[Bug 62] New: I patched the iptables-restore and liblptulog for string included "," "
...bles-1.2.7a.org/iptables-restore.c iptables-1.2.7a/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 */...