aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-11-27 06:58:13 +0000
committerBart Polot <bart@net.in.tum.de>2013-11-27 06:58:13 +0000
commit4282cb38f919feefb22e1b24d22e74df0726c842 (patch)
treed6b97d8d84f04b09df4311be45d005c2635abf1a /src
parentff5bb51a53ab5eae733890b8f0d4d5ead6d30a10 (diff)
downloadgnunet-4282cb38f919feefb22e1b24d22e74df0726c842.tar.gz
gnunet-4282cb38f919feefb22e1b24d22e74df0726c842.zip
- fix line for client audio retransmission
Diffstat (limited to 'src')
-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 73bab2446..38344f5ce 100644
--- a/src/conversation/gnunet-service-conversation.c
+++ b/src/conversation/gnunet-service-conversation.c
@@ -1273,7 +1273,7 @@ handle_mesh_audio_message (void *cls,
1273 cam->cid = ch->cid; 1273 cam->cid = ch->cid;
1274 memcpy (&cam[1], &msg[1], msize); 1274 memcpy (&cam[1], &msg[1], msize);
1275 GNUNET_SERVER_notification_context_unicast (nc, 1275 GNUNET_SERVER_notification_context_unicast (nc,
1276 line->client, 1276 ch->line->client,
1277 &cam->header, 1277 &cam->header,
1278 GNUNET_YES); 1278 GNUNET_YES);
1279 GNUNET_MESH_receive_done (channel); 1279 GNUNET_MESH_receive_done (channel);