]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
(Continuing the bloody-series) Bloody missing resync (Did I mention how much I hate...
authorMartin Josefsson <gandalf@wlug.westbo.se>
Mon, 2 Feb 2004 20:14:56 +0000 (20:14 +0000)
committerMartin Josefsson <gandalf@wlug.westbo.se>
Mon, 2 Feb 2004 20:14:56 +0000 (20:14 +0000)
ip6tables-restore.c

index 00dc114932f572b8cc9b47df1cdff3485373f2a2..cf23058111fa4db09bbf974a4d2b6a7a04c332fe 100644 (file)
@@ -7,7 +7,7 @@
  *     Rusty Russell <rusty@linuxcare.com.au>
  * This code is distributed under the terms of GNU GPL v2
  *
- * $Id: ip6tables-restore.c,v 1.19 2004/02/02 19:59:17 gandalf Exp $
+ * $Id: ip6tables-restore.c,v 1.20 2004/02/02 20:12:33 gandalf Exp $
  */
 
 #include <getopt.h>
@@ -163,7 +163,7 @@ int main(int argc, char *argv[])
        
        /* Grab standard input. */
        while (fgets(buffer, sizeof(buffer), in)) {
-               int ret;
+               int ret = 0;
 
                line++;
                if (buffer[0] == '\n')