aboutsummaryrefslogtreecommitdiff
path: root/src/topology/gnunet-daemon-topology.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-17 08:00:13 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-17 08:00:13 +0000
commit289c4f8901325d50a74f285ac8bd74efcb030578 (patch)
tree50f21e3959e5220dc17c7460216463beb05b4ced /src/topology/gnunet-daemon-topology.c
parentef2dcdf5f7787371fcce2259a7e0736780846b75 (diff)
downloadgnunet-289c4f8901325d50a74f285ac8bd74efcb030578.tar.gz
gnunet-289c4f8901325d50a74f285ac8bd74efcb030578.zip
fixing 1706
Diffstat (limited to 'src/topology/gnunet-daemon-topology.c')
-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 }