gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r17645 - gnunet/src/arm


From: gnunet
Subject: [GNUnet-SVN] r17645 - gnunet/src/arm
Date: Thu, 20 Oct 2011 19:39:53 +0200

Author: grothoff
Date: 2011-10-20 19:39:53 +0200 (Thu, 20 Oct 2011)
New Revision: 17645

Modified:
   gnunet/src/arm/arm_api.c
Log:
termination is NO

Modified: gnunet/src/arm/arm_api.c
===================================================================
--- gnunet/src/arm/arm_api.c    2011-10-20 17:36:42 UTC (rev 17644)
+++ gnunet/src/arm/arm_api.c    2011-10-20 17:39:53 UTC (rev 17645)
@@ -144,7 +144,7 @@
       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);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]