summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/conversation/gnunet-service-conversation.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/conversation/gnunet-service-conversation.c b/src/conversation/gnunet-service-conversation.c
index 0e4cef7f2..73bab2446 100644
--- a/src/conversation/gnunet-service-conversation.c
+++ b/src/conversation/gnunet-service-conversation.c
@@ -935,6 +935,7 @@ handle_mesh_ring_message (void *cls,
935 ch->channel_reliable = channel; 935 ch->channel_reliable = channel;
936 ch->reliable_mq = GNUNET_MESH_mq_create (ch->channel_reliable); 936 ch->reliable_mq = GNUNET_MESH_mq_create (ch->channel_reliable);
937 ch->cid = line->cid_gen++; 937 ch->cid = line->cid_gen++;
938 ch->target = msg->source;
938 *channel_ctx = ch; 939 *channel_ctx = ch;
939 cring.header.type = htons (GNUNET_MESSAGE_TYPE_CONVERSATION_CS_PHONE_RING); 940 cring.header.type = htons (GNUNET_MESSAGE_TYPE_CONVERSATION_CS_PHONE_RING);
940 cring.header.size = htons (sizeof (cring)); 941 cring.header.size = htons (sizeof (cring));