aboutsummaryrefslogtreecommitdiff
path: root/src/topology
diff options
context:
space:
mode:
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 4e8f1c36d..35841567a 100644
--- a/src/topology/gnunet-daemon-topology.c
+++ b/src/topology/gnunet-daemon-topology.c
@@ -1383,7 +1383,7 @@ run (void *cls,
1383 const char *cfgfile, 1383 const char *cfgfile,
1384 const struct GNUNET_CONFIGURATION_Handle * c) 1384 const struct GNUNET_CONFIGURATION_Handle * c)
1385{ 1385{
1386 struct GNUNET_CORE_MessageHandler handlers[] = 1386 static struct GNUNET_CORE_MessageHandler handlers[] =
1387 { 1387 {
1388 { &handle_encrypted_hello, GNUNET_MESSAGE_TYPE_HELLO, 0}, 1388 { &handle_encrypted_hello, GNUNET_MESSAGE_TYPE_HELLO, 0},
1389 { NULL, 0, 0 } 1389 { NULL, 0, 0 }