commit 00518c0f515a78df468cff1c4dc9b45e372a33c3
parent bd296395cf22a5357b5284a706b45cc497c3bcc0
Author: Sree Harsha Totakura <totakura@in.tum.de>
Date: Thu, 12 Dec 2013 16:44:34 +0000
- fixed missing call to call server_done in server message handler
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/conversation/gnunet-service-conversation.c b/src/conversation/gnunet-service-conversation.c
@@ -469,6 +469,7 @@ handle_client_hangup_message (void *cls,
GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
"Channel %u not found\n",
msg->cid);
+ GNUNET_SERVER_receive_done (client, GNUNET_OK);
return;
}