aboutsummaryrefslogtreecommitdiff
path: root/src/conversation
diff options
context:
space:
mode:
Diffstat (limited to 'src/conversation')
-rw-r--r--src/conversation/gnunet-service-conversation.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/conversation/gnunet-service-conversation.c b/src/conversation/gnunet-service-conversation.c
index e61ed44a1..5f43bfe80 100644
--- a/src/conversation/gnunet-service-conversation.c
+++ b/src/conversation/gnunet-service-conversation.c
@@ -1109,7 +1109,7 @@ handle_client_call_message (void *cls,
1109 line->channel_tail, 1109 line->channel_tail,
1110 ch); 1110 ch);
1111 ch->status = CS_CALLER_CALLING; 1111 ch->status = CS_CALLER_CALLING;
1112 ch->channel = GNUNET_CADET_channel_creatE (cadet, 1112 ch->channel = GNUNET_CADET_channel_create (cadet,
1113 ch, 1113 ch,
1114 &msg->target, 1114 &msg->target,
1115 &msg->line_port, 1115 &msg->line_port,
@@ -1263,7 +1263,7 @@ handle_client_register_message (void *cls,
1263 }; 1263 };
1264 1264
1265 line->line_port = msg->line_port; 1265 line->line_port = msg->line_port;
1266 line->port = GNUNET_CADET_open_porT (cadet, 1266 line->port = GNUNET_CADET_open_port (cadet,
1267 &msg->line_port, 1267 &msg->line_port,
1268 &inbound_channel, 1268 &inbound_channel,
1269 line, 1269 line,
@@ -1306,7 +1306,7 @@ run (void *cls,
1306 GNUNET_assert (GNUNET_OK == 1306 GNUNET_assert (GNUNET_OK ==
1307 GNUNET_CRYPTO_get_peer_identity (cfg, 1307 GNUNET_CRYPTO_get_peer_identity (cfg,
1308 &my_identity)); 1308 &my_identity));
1309 cadet = GNUNET_CADET_connecT (cfg); 1309 cadet = GNUNET_CADET_connect (cfg);
1310 if (NULL == cadet) 1310 if (NULL == cadet)
1311 { 1311 {
1312 GNUNET_break (0); 1312 GNUNET_break (0);