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 ego not found


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: fix ego not found
Date: Thu, 09 Aug 2018 11:10:48 +0200

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 26bf151b5 fix ego not found
26bf151b5 is described below

commit 26bf151b590d18c360ca9bb77890fbd2d79775f3
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Thu Aug 9 11:10:46 2018 +0200

    fix ego not found
---
 src/reclaim/gnunet-reclaim.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/reclaim/gnunet-reclaim.c b/src/reclaim/gnunet-reclaim.c
index 68a37b704..33bad662d 100644
--- a/src/reclaim/gnunet-reclaim.c
+++ b/src/reclaim/gnunet-reclaim.c
@@ -357,6 +357,7 @@ ego_iter_finished (void *cls)
   {
     GNUNET_log (GNUNET_ERROR_TYPE_MESSAGE,
                 "Ego %s not found\n", ego_name);
+    GNUNET_SCHEDULER_add_now (&do_cleanup, NULL);
     return;
   }
 

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



reply via email to

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