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.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/conversation/gnunet-service-conversation.c b/src/conversation/gnunet-service-conversation.c
index 8761ed5e1..fdaa2999c 100644
--- a/src/conversation/gnunet-service-conversation.c
+++ b/src/conversation/gnunet-service-conversation.c
@@ -1463,11 +1463,9 @@ handle_client_disconnect (void *cls,
1463 * Shutdown nicely 1463 * Shutdown nicely
1464 * 1464 *
1465 * @param cls closure, NULL 1465 * @param cls closure, NULL
1466 * @param tc the task context
1467 */ 1466 */
1468static void 1467static void
1469do_shutdown (void *cls, 1468do_shutdown (void *cls)
1470 const struct GNUNET_SCHEDULER_TaskContext *tc)
1471{ 1469{
1472 struct Line *line; 1470 struct Line *line;
1473 struct Channel *ch; 1471 struct Channel *ch;