gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: on shutdown, also stop rese


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: on shutdown, also stop reset tasks
Date: Tue, 19 Feb 2019 11:44:17 +0100

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

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new b221e4da1 on shutdown, also stop reset tasks
b221e4da1 is described below

commit b221e4da1eb8d030fc9d25c6dd7ae1643d151491
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Feb 19 11:44:12 2019 +0100

    on shutdown, also stop reset tasks
---
 src/fs/gnunet-service-fs_cadet_client.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/fs/gnunet-service-fs_cadet_client.c 
b/src/fs/gnunet-service-fs_cadet_client.c
index 900600096..9ba250dfa 100644
--- a/src/fs/gnunet-service-fs_cadet_client.c
+++ b/src/fs/gnunet-service-fs_cadet_client.c
@@ -750,6 +750,11 @@ GSF_cadet_release_clients (void *cls,
     mh->channel = NULL;
     GNUNET_CADET_channel_destroy (channel);
   }
+  if (NULL != mh->reset_task)
+  {
+    GNUNET_SCHEDULER_cancel (mh->reset_task);
+    mh->reset_task = NULL;
+  }
   return 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]