diff options
Diffstat (limited to 'src/topology/gnunet-daemon-topology.c')
-rw-r--r-- | src/topology/gnunet-daemon-topology.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/topology/gnunet-daemon-topology.c b/src/topology/gnunet-daemon-topology.c index c361088233..cb43ee261b 100644 --- a/src/topology/gnunet-daemon-topology.c +++ b/src/topology/gnunet-daemon-topology.c @@ -1274,6 +1274,7 @@ run (void *cls, char *const *args, const char *cfgfile, { static struct GNUNET_CORE_MessageHandler handlers[] = { {&handle_encrypted_hello, GNUNET_MESSAGE_TYPE_HELLO, 0}, + {&handle_encrypted_hello, GNUNET_MESSAGE_TYPE_FRIEND_HELLO, 0}, {NULL, 0, 0} }; unsigned long long opt; |