fixing 1706
authorChristian Grothoff <christian@grothoff.org>
Fri, 17 Jun 2011 08:00:13 +0000 (08:00 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 17 Jun 2011 08:00:13 +0000 (08:00 +0000)
src/topology/gnunet-daemon-topology.c

index 4e8f1c36d09efbc92f95c2e3fc90a928b98c0034..35841567aff4613035f39eb014180397ba0a73b0 100644 (file)
@@ -1383,7 +1383,7 @@ run (void *cls,
      const char *cfgfile,
      const struct GNUNET_CONFIGURATION_Handle * c)
 {
-  struct GNUNET_CORE_MessageHandler handlers[] =
+  static struct GNUNET_CORE_MessageHandler handlers[] =
     {
       { &handle_encrypted_hello, GNUNET_MESSAGE_TYPE_HELLO, 0},
       { NULL, 0, 0 }