From: Julius Bünger Date: Sun, 14 Oct 2018 11:37:27 +0000 (+0200) Subject: RPS tests: Schedule shutdown properly X-Git-Tag: v0.11.0~238^2~68 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4cefd61da32ee7adf3cfc4167217bfcbb1e6d2e3;p=oweals%2Fgnunet.git RPS tests: Schedule shutdown properly --- diff --git a/src/rps/test_rps.c b/src/rps/test_rps.c index 0740d01df..63a6007ae 100644 --- a/src/rps/test_rps.c +++ b/src/rps/test_rps.c @@ -2806,8 +2806,6 @@ run (void *cls, timeout = GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, (timeout_s * 1.2) + 0.1 * num_peers); shutdown_task = GNUNET_SCHEDULER_add_delayed (timeout, &shutdown_op, NULL); - shutdown_task = GNUNET_SCHEDULER_add_shutdown (shutdown_op, NULL); - }