gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r19384 - gnunet/src/exit


From: gnunet
Subject: [GNUnet-SVN] r19384 - gnunet/src/exit
Date: Wed, 25 Jan 2012 11:35:47 +0100

Author: grothoff
Date: 2012-01-25 11:35:47 +0100 (Wed, 25 Jan 2012)
New Revision: 19384

Modified:
   gnunet/src/exit/gnunet-daemon-exit.c
Log:
-fix

Modified: gnunet/src/exit/gnunet-daemon-exit.c
===================================================================
--- gnunet/src/exit/gnunet-daemon-exit.c        2012-01-25 10:34:52 UTC (rev 
19383)
+++ gnunet/src/exit/gnunet-daemon-exit.c        2012-01-25 10:35:47 UTC (rev 
19384)
@@ -232,7 +232,7 @@
 /**
  * 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 @@
     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]);
 }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]