gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: terminate instantly, even o


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: terminate instantly, even on failure
Date: Sat, 18 Feb 2017 17:58:27 +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 8697998cd terminate instantly, even on failure
8697998cd is described below

commit 8697998cdbb97c632c3f4a5cacd0135e3311b417
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Feb 18 17:57:41 2017 +0100

    terminate instantly, even on failure
---
 src/set/test_set_union_copy.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/set/test_set_union_copy.c b/src/set/test_set_union_copy.c
index 6fd78d43a..83a5862dd 100644
--- a/src/set/test_set_union_copy.c
+++ b/src/set/test_set_union_copy.c
@@ -117,6 +117,7 @@ check_count_iter (void *cls,
                   ci_cls->what,
                   ci_cls->expected_count, ci_cls->ongoing_count);
       ret = 1;
+      GNUNET_SCHEDULER_shutdown ();
       return GNUNET_NO;
     }
     ci_cls->cont (ci_cls->cont_cls);

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



reply via email to

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