summaryrefslogtreecommitdiffstats
path: root/ip6tables-standalone.c
diff options
context:
space:
mode:
authorFabrice MARIE <fabrice_marie_sec@yahoo.com>2001-05-05 21:37:47 +0000
committerHarald Welte <laforge@gnumonks.org>2001-05-05 21:37:47 +0000
commit8a5eb6dd67e5fac875da51742d9a954c0ff5d92f (patch)
treee6b2a5e98224687829d3b1185ceb9fbb37b4244d /ip6tables-standalone.c
parent6fc86580ac79233e63d23b7559cd6f7eed07ff33 (diff)
ip6tables fixes by Fabrice Maurie
Diffstat (limited to 'ip6tables-standalone.c')
-rw-r--r--ip6tables-standalone.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ip6tables-standalone.c b/ip6tables-standalone.c
index f6b362c2..1120590f 100644
--- a/ip6tables-standalone.c
+++ b/ip6tables-standalone.c
@@ -34,7 +34,7 @@ main(int argc, char *argv[])
{
int ret;
char *table = "filter";
- ip6tc_handle_t handle;
+ ip6tc_handle_t handle = NULL;
program_name = "ip6tables";
program_version = NETFILTER_VERSION;