From cc53628e73fee066105d8387d0b4f6b7e9d577c9 Mon Sep 17 00:00:00 2001 From: Martin Josefsson Date: Mon, 2 Feb 2004 20:14:56 +0000 Subject: (Continuing the bloody-series) Bloody missing resync (Did I mention how much I hate copy-n-edits?) --- ip6tables-restore.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ip6tables-restore.c') diff --git a/ip6tables-restore.c b/ip6tables-restore.c index 00dc1149..cf230581 100644 --- a/ip6tables-restore.c +++ b/ip6tables-restore.c @@ -7,7 +7,7 @@ * Rusty Russell * 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 @@ -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') -- cgit v1.2.3