gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -minor cleanup, indentation


From: gnunet
Subject: [gnunet] branch master updated: -minor cleanup, indentation
Date: Fri, 10 Nov 2023 19:39:33 +0100

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

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new b7605d09b -minor cleanup, indentation
b7605d09b is described below

commit b7605d09b28ef9d0ca4a1d7cb7d99581b7e50738
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Fri Nov 10 19:39:28 2023 +0100

    -minor cleanup, indentation
---
 src/service/testing/testing_api_cmd_block_until_external_trigger.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/service/testing/testing_api_cmd_block_until_external_trigger.c 
b/src/service/testing/testing_api_cmd_block_until_external_trigger.c
index 6a3b00e51..fc312cdc9 100644
--- a/src/service/testing/testing_api_cmd_block_until_external_trigger.c
+++ b/src/service/testing/testing_api_cmd_block_until_external_trigger.c
@@ -110,8 +110,8 @@ GNUNET_TESTING_cmd_block_until_external_trigger (
 
   bs = GNUNET_new (struct GNUNET_TESTING_BlockState);
   bs->label = label;
-  bs->asynchronous_finish = GNUNET_NO;
-  return GNUNET_TESTING_command_new (bs, label,
+  return GNUNET_TESTING_command_new (bs,
+                                     label,
                                      &block_until_all_peers_started_run,
                                      &block_until_all_peers_started_cleanup,
                                      &block_until_external_trigger_traits,

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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