terminate instantly, even on failure
authorChristian Grothoff <christian@grothoff.org>
Sat, 18 Feb 2017 16:57:41 +0000 (17:57 +0100)
committerChristian Grothoff <christian@grothoff.org>
Sat, 18 Feb 2017 16:57:41 +0000 (17:57 +0100)
src/set/test_set_union_copy.c

index 6fd78d43a2acd859d0e3bc035c7f0bb5b72a0b54..83a5862dd701bd0a749a352c509191c6f658bf71 100644 (file)
@@ -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);