From 4cefd61da32ee7adf3cfc4167217bfcbb1e6d2e3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Julius=20B=C3=BCnger?= Date: Sun, 14 Oct 2018 13:37:27 +0200 Subject: [PATCH] RPS tests: Schedule shutdown properly --- src/rps/test_rps.c | 2 -- 1 file changed, 2 deletions(-) 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); - } -- 2.25.1