aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/gnunet-service-conversation.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conversation/gnunet-service-conversation.c')
-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 df8d4e9f2..597f341c7 100644
--- a/src/conversation/gnunet-service-conversation.c
+++ b/src/conversation/gnunet-service-conversation.c
@@ -469,6 +469,7 @@ handle_client_hangup_message (void *cls,
469 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 469 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
470 "Channel %u not found\n", 470 "Channel %u not found\n",
471 msg->cid); 471 msg->cid);
472 GNUNET_SERVER_receive_done (client, GNUNET_OK);
472 return; 473 return;
473 } 474 }
474 475