aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-20 17:39:53 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-20 17:39:53 +0000
commit0b5e7f738b22125ce5f009d2544ae3f7475f8df5 (patch)
treeb73551369113f1b137156120f66bf7b4ed47c8b6 /src
parent2e81faa7f1cda0c7532dfaca3af257750954d0cb (diff)
downloadgnunet-0b5e7f738b22125ce5f009d2544ae3f7475f8df5.tar.gz
gnunet-0b5e7f738b22125ce5f009d2544ae3f7475f8df5.zip
termination is NO
Diffstat (limited to 'src')
-rw-r--r--src/arm/arm_api.c2
1 files changed, 1 insertions, 1 deletions
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)
144 GNUNET_CLIENT_receive (shutdown_ctx->sock, &service_shutdown_handler, 144 GNUNET_CLIENT_receive (shutdown_ctx->sock, &service_shutdown_handler,
145 shutdown_ctx, GNUNET_TIME_UNIT_FOREVER_REL); 145 shutdown_ctx, GNUNET_TIME_UNIT_FOREVER_REL);
146 if (shutdown_ctx->cont != NULL) 146 if (shutdown_ctx->cont != NULL)
147 shutdown_ctx->cont (shutdown_ctx->cont_cls, GNUNET_YES); 147 shutdown_ctx->cont (shutdown_ctx->cont_cls, GNUNET_NO);
148 GNUNET_SCHEDULER_cancel (shutdown_ctx->cancel_task); 148 GNUNET_SCHEDULER_cancel (shutdown_ctx->cancel_task);
149 GNUNET_CLIENT_disconnect (shutdown_ctx->sock, GNUNET_NO); 149 GNUNET_CLIENT_disconnect (shutdown_ctx->sock, GNUNET_NO);
150 GNUNET_free (shutdown_ctx); 150 GNUNET_free (shutdown_ctx);