aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_hello.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/gnunet-service-transport_hello.c')
-rw-r--r--src/transport/gnunet-service-transport_hello.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/gnunet-service-transport_hello.c b/src/transport/gnunet-service-transport_hello.c
index 0347d67a5..a53e26f95 100644
--- a/src/transport/gnunet-service-transport_hello.c
+++ b/src/transport/gnunet-service-transport_hello.c
@@ -171,7 +171,7 @@ refresh_hello_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
171 friend_only = GNUNET_HELLO_is_friend_only (our_hello); 171 friend_only = GNUNET_HELLO_is_friend_only (our_hello);
172 GNUNET_free (our_hello); 172 GNUNET_free (our_hello);
173 our_hello = GNUNET_HELLO_create (&GST_my_identity.public_key, 173 our_hello = GNUNET_HELLO_create (&GST_my_identity.public_key,
174 &address_generator, 174 &address_generator,
175 &gc, friend_only); 175 &gc, friend_only);
176 GNUNET_assert (NULL != our_hello); 176 GNUNET_assert (NULL != our_hello);
177 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 177 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
@@ -215,7 +215,7 @@ GST_hello_start (int friend_only, GST_HelloCallback cb, void *cb_cls)
215{ 215{
216 hello_cb = cb; 216 hello_cb = cb;
217 hello_cb_cls = cb_cls; 217 hello_cb_cls = cb_cls;
218 our_hello = GNUNET_HELLO_create (&GST_my_identity.public_key, 218 our_hello = GNUNET_HELLO_create (&GST_my_identity.public_key,
219 NULL, NULL, friend_only); 219 NULL, NULL, friend_only);
220 GNUNET_assert (NULL != our_hello); 220 GNUNET_assert (NULL != our_hello);
221 refresh_hello (); 221 refresh_hello ();