aboutsummaryrefslogtreecommitdiff
path: root/src/conversation
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-11-19 15:16:13 +0000
committerChristian Grothoff <christian@grothoff.org>2013-11-19 15:16:13 +0000
commit3085c1194746a2874d6a7f56ba4222524ee9a161 (patch)
treec3f4a3c1786804ddb5f9dde30124564d8bd119d6 /src/conversation
parentc59def05f46deeefed7db9eb8ad2469f0f8b085b (diff)
downloadgnunet-3085c1194746a2874d6a7f56ba4222524ee9a161.tar.gz
gnunet-3085c1194746a2874d6a7f56ba4222524ee9a161.zip
-fix
Diffstat (limited to 'src/conversation')
-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 6e79ad3dd..3f0ec0eab 100644
--- a/src/conversation/gnunet-service-conversation.c
+++ b/src/conversation/gnunet-service-conversation.c
@@ -1239,7 +1239,7 @@ handle_mesh_audio_message (void *cls,
1239 GNUNET_break (0); 1239 GNUNET_break (0);
1240 return GNUNET_OK; 1240 return GNUNET_OK;
1241 } 1241 }
1242 sender = *(info->peer); 1242 sender = info->peer;
1243 for (line = lines_head; NULL != line; line = line->next) 1243 for (line = lines_head; NULL != line; line = line->next)
1244 if (line->local_line == ntohl (msg->remote_line)) 1244 if (line->local_line == ntohl (msg->remote_line))
1245 { 1245 {