From: Christian Grothoff Date: Fri, 17 Jun 2011 08:00:13 +0000 (+0000) Subject: fixing 1706 X-Git-Tag: initial-import-from-subversion-38251~18114 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=289c4f8901325d50a74f285ac8bd74efcb030578;p=oweals%2Fgnunet.git fixing 1706 --- diff --git a/src/topology/gnunet-daemon-topology.c b/src/topology/gnunet-daemon-topology.c index 4e8f1c36d..35841567a 100644 --- a/src/topology/gnunet-daemon-topology.c +++ b/src/topology/gnunet-daemon-topology.c @@ -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 }