aboutsummaryrefslogtreecommitdiff
path: root/src/topology
diff options
context:
space:
mode:
authorgrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2011-06-17 08:00:13 +0000
committergrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2011-06-17 08:00:13 +0000
commitc9798fa6f2e018843d7fe4962cf7b66b2d31b400 (patch)
tree50f21e3959e5220dc17c7460216463beb05b4ced /src/topology
parent1ea471ae06cf4107b974b206bdf3f098c3e01133 (diff)
fixing 1706
git-svn-id: https://gnunet.org/svn/gnunet@15683 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/topology')
-rw-r--r--src/topology/gnunet-daemon-topology.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/topology/gnunet-daemon-topology.c b/src/topology/gnunet-daemon-topology.c
index 4e8f1c36d0..35841567af 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 }