From: Bart Polot Date: Wed, 27 Nov 2013 06:58:13 +0000 (+0000) Subject: - fix line for client audio retransmission X-Git-Tag: initial-import-from-subversion-38251~5928 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4282cb38f919feefb22e1b24d22e74df0726c842;p=oweals%2Fgnunet.git - fix line for client audio retransmission --- 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, cam->cid = ch->cid; memcpy (&cam[1], &msg[1], msize); GNUNET_SERVER_notification_context_unicast (nc, - line->client, + ch->line->client, &cam->header, GNUNET_YES); GNUNET_MESH_receive_done (channel);