From 0b5e7f738b22125ce5f009d2544ae3f7475f8df5 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 20 Oct 2011 17:39:53 +0000 Subject: [PATCH] termination is NO --- src/arm/arm_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arm/arm_api.c b/src/arm/arm_api.c index fed002708..ec41a7c60 100644 --- a/src/arm/arm_api.c +++ b/src/arm/arm_api.c @@ -144,7 +144,7 @@ service_shutdown_handler (void *cls, const struct GNUNET_MessageHeader *msg) GNUNET_CLIENT_receive (shutdown_ctx->sock, &service_shutdown_handler, shutdown_ctx, GNUNET_TIME_UNIT_FOREVER_REL); if (shutdown_ctx->cont != NULL) - shutdown_ctx->cont (shutdown_ctx->cont_cls, GNUNET_YES); + shutdown_ctx->cont (shutdown_ctx->cont_cls, GNUNET_NO); GNUNET_SCHEDULER_cancel (shutdown_ctx->cancel_task); GNUNET_CLIENT_disconnect (shutdown_ctx->sock, GNUNET_NO); GNUNET_free (shutdown_ctx); -- 2.25.1