aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/gnunet-service-conversation.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conversation/gnunet-service-conversation.c')
-rw-r--r--src/conversation/gnunet-service-conversation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conversation/gnunet-service-conversation.c b/src/conversation/gnunet-service-conversation.c
index 3b610c007..85bbc0481 100644
--- a/src/conversation/gnunet-service-conversation.c
+++ b/src/conversation/gnunet-service-conversation.c
@@ -1231,7 +1231,7 @@ run (void *cls,
1231 1231
1232 cfg = c; 1232 cfg = c;
1233 GNUNET_assert (GNUNET_OK == 1233 GNUNET_assert (GNUNET_OK ==
1234 GNUNET_CRYPTO_get_host_identity (cfg, 1234 GNUNET_CRYPTO_get_peer_identity (cfg,
1235 &my_identity)); 1235 &my_identity));
1236 mesh = GNUNET_MESH_connect (cfg, 1236 mesh = GNUNET_MESH_connect (cfg,
1237 NULL, 1237 NULL,