From 3fa20947600d197a73b74e832f4d8e9fdc9f6103 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 25 Jan 2012 10:35:47 +0000 Subject: [PATCH] -fix --- src/exit/gnunet-daemon-exit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/exit/gnunet-daemon-exit.c b/src/exit/gnunet-daemon-exit.c index 52959a32d..61c719e5d 100644 --- a/src/exit/gnunet-daemon-exit.c +++ b/src/exit/gnunet-daemon-exit.c @@ -232,7 +232,7 @@ static struct GNUNET_HELPER_Handle *helper_handle; /** * Arguments to the exit helper. */ -static char *exit_argv[7]; +static char *exit_argv[8]; /** * IPv6 address of our TUN interface. @@ -2758,7 +2758,7 @@ cleanup (void *cls GNUNET_UNUSED, GNUNET_STATISTICS_destroy (stats, GNUNET_YES); stats = NULL; } - for (i=0;i<5;i++) + for (i=0;i<8;i++) GNUNET_free_non_null (exit_argv[i]); } -- 2.25.1