diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2011-06-17 08:00:13 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2011-06-17 08:00:13 +0000 |
commit | c9798fa6f2e018843d7fe4962cf7b66b2d31b400 (patch) | |
tree | 50f21e3959e5220dc17c7460216463beb05b4ced /src/topology | |
parent | 1ea471ae06cf4107b974b206bdf3f098c3e01133 (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.c | 2 |
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 } |