aboutsummaryrefslogtreecommitdiff
path: root/src/set
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-02-18 17:57:41 +0100
committerChristian Grothoff <christian@grothoff.org>2017-02-18 17:57:41 +0100
commit8697998cdbb97c632c3f4a5cacd0135e3311b417 (patch)
tree827d400f9589301706797dfff581e73ab0d66003 /src/set
parent8e1e2bc0da1dad5d0953d51ebe3b74ca208e0099 (diff)
downloadgnunet-8697998cdbb97c632c3f4a5cacd0135e3311b417.tar.gz
gnunet-8697998cdbb97c632c3f4a5cacd0135e3311b417.zip
terminate instantly, even on failure
Diffstat (limited to 'src/set')
-rw-r--r--src/set/test_set_union_copy.c1
1 files changed, 1 insertions, 0 deletions
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,
117 ci_cls->what, 117 ci_cls->what,
118 ci_cls->expected_count, ci_cls->ongoing_count); 118 ci_cls->expected_count, ci_cls->ongoing_count);
119 ret = 1; 119 ret = 1;
120 GNUNET_SCHEDULER_shutdown ();
120 return GNUNET_NO; 121 return GNUNET_NO;
121 } 122 }
122 ci_cls->cont (ci_cls->cont_cls); 123 ci_cls->cont (ci_cls->cont_cls);