gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: fix psyc service being unwi


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: fix psyc service being unwilling to shutdown
Date: Tue, 07 Feb 2017 23:47:12 +0100

This is an automated email from the git hooks/post-receive script.

lurchi pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new d00b72f57 fix psyc service being unwilling to shutdown
d00b72f57 is described below

commit d00b72f5702dfde2f7f05d075d0fbc2ef40858a9
Author: lurchi <address@hidden>
AuthorDate: Tue Feb 7 23:44:20 2017 +0100

    fix psyc service being unwilling to shutdown
---
 src/psyc/gnunet-service-psyc.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/psyc/gnunet-service-psyc.c b/src/psyc/gnunet-service-psyc.c
index eab74b467..73a3ae4ee 100644
--- a/src/psyc/gnunet-service-psyc.c
+++ b/src/psyc/gnunet-service-psyc.c
@@ -467,6 +467,9 @@ schedule_transmit_message (void *cls)
 static void
 shutdown_task (void *cls)
 {
+  GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
+              "shutting down...\n");
+  GNUNET_PSYCSTORE_disconnect (store);
   if (NULL != stats)
   {
     GNUNET_STATISTICS_destroy (stats, GNUNET_YES);

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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