commit 8697998cdbb97c632c3f4a5cacd0135e3311b417
parent 8e1e2bc0da1dad5d0953d51ebe3b74ca208e0099
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 18 Feb 2017 17:57:41 +0100
terminate instantly, even on failure
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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);