projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e81faa
)
termination is NO
author
Christian Grothoff
<christian@grothoff.org>
Thu, 20 Oct 2011 17:39:53 +0000
(17:39 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Thu, 20 Oct 2011 17:39:53 +0000
(17:39 +0000)
src/arm/arm_api.c
patch
|
blob
|
history
diff --git
a/src/arm/arm_api.c
b/src/arm/arm_api.c
index fed00270800a9737a94bb5e79848519863e34c71..ec41a7c60c0f73a4fe2b2477187eeb71384dfbd4 100644
(file)
--- 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);