gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: - do not cleanup client twice


From: gnunet
Subject: [gnunet] branch master updated: - do not cleanup client twice
Date: Tue, 17 Nov 2020 21:47:10 +0100

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

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 52968789d - do not cleanup client twice
52968789d is described below

commit 52968789d280ee066e4527d6b191691625bd993a
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Wed Nov 18 05:46:55 2020 +0900

    - do not cleanup client twice
---
 src/reclaim/gnunet-service-reclaim.c | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/src/reclaim/gnunet-service-reclaim.c 
b/src/reclaim/gnunet-service-reclaim.c
index 0774fecea..5614f05db 100644
--- a/src/reclaim/gnunet-service-reclaim.c
+++ b/src/reclaim/gnunet-service-reclaim.c
@@ -602,17 +602,8 @@ cleanup_client (struct IdpClient *idp)
 static void
 cleanup ()
 {
-  struct IdpClient *cl;
-
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Cleaning up\n");
 
-  while (NULL != (cl = client_list_head))
-  {
-    GNUNET_CONTAINER_DLL_remove (client_list_head,
-                                 client_list_tail,
-                                 cl);
-    cleanup_client (cl);
-  }
   RECLAIM_TICKETS_deinit ();
   if (NULL != timeout_task)
     GNUNET_SCHEDULER_cancel (timeout_task);

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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