aboutsummaryrefslogtreecommitdiff
path: root/src/topology/gnunet-daemon-topology.c
diff options
context:
space:
mode:
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 0eb6869e8..1441e218a 100644
--- a/src/topology/gnunet-daemon-topology.c
+++ b/src/topology/gnunet-daemon-topology.c
@@ -1230,7 +1230,7 @@ handle_encrypted_hello (void *cls,
1230 } 1230 }
1231 if (transport != NULL) 1231 if (transport != NULL)
1232 GNUNET_TRANSPORT_offer_hello (transport, 1232 GNUNET_TRANSPORT_offer_hello (transport,
1233 message); 1233 message, NULL, NULL);
1234 return GNUNET_OK; 1234 return GNUNET_OK;
1235} 1235}
1236 1236