gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] 02/02: RPS tests: Schedule shutdown properly


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 02/02: RPS tests: Schedule shutdown properly
Date: Sun, 14 Oct 2018 14:23:25 +0200

This is an automated email from the git hooks/post-receive script.

julius-buenger pushed a commit to branch master
in repository gnunet.

commit 4cefd61da32ee7adf3cfc4167217bfcbb1e6d2e3
Author: Julius Bünger <address@hidden>
AuthorDate: Sun Oct 14 13:37:27 2018 +0200

    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);
-
 }
 
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]