aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-11-27 06:42:42 +0000
committerBart Polot <bart@net.in.tum.de>2013-11-27 06:42:42 +0000
commit74f829d34a62f52c27c9a19406597cacce569c7b (patch)
treeff306e92ed2a978786b405423becc8505de7ce3f /src
parenta6760ec4537cc2fe032dc7a4793d4d8979366fea (diff)
downloadgnunet-74f829d34a62f52c27c9a19406597cacce569c7b.tar.gz
gnunet-74f829d34a62f52c27c9a19406597cacce569c7b.zip
- remember caller source
Diffstat (limited to 'src')
-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));