summaryrefslogtreecommitdiffstats
path: root/ip6tables-restore.c
diff options
context:
space:
mode:
authorgandalf <gandalf>2004-02-02 20:14:56 +0000
committergandalf <gandalf>2004-02-02 20:14:56 +0000
commita3a5ec9354b2da5b8ccb2d2740f7d9d7110ad274 (patch)
tree6540cf0cfb4d764d5c783ec46e68c4d12a5f1981 /ip6tables-restore.c
parentb7423c4ed097f8f0ce1225b0e698ca90bb19bbe6 (diff)
(Continuing the bloody-series) Bloody missing resync (Did I mention how much I hate copy-n-edits?)
Diffstat (limited to 'ip6tables-restore.c')
-rw-r--r--ip6tables-restore.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ip6tables-restore.c b/ip6tables-restore.c
index 00dc114..cf23058 100644
--- a/ip6tables-restore.c
+++ b/ip6tables-restore.c
@@ -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')