aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing_api_cmd_netjail_start_testsystem.c
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2021-12-02 10:49:23 +0100
committert3sserakt <t3ss@posteo.de>2021-12-02 10:49:23 +0100
commit27e4f78f34c79ed18645cb15fc2c5f731c137076 (patch)
treedf9121b30b3c6efb4a5ba4ca2676ae55613078ca /src/testing/testing_api_cmd_netjail_start_testsystem.c
parent08226446145611d21bef57fdc77e4693309f3cc4 (diff)
downloadgnunet-27e4f78f34c79ed18645cb15fc2c5f731c137076.tar.gz
gnunet-27e4f78f34c79ed18645cb15fc2c5f731c137076.zip
- fixed warning, raised log level for udp backchannel test0.15.x
Diffstat (limited to 'src/testing/testing_api_cmd_netjail_start_testsystem.c')
-rw-r--r--src/testing/testing_api_cmd_netjail_start_testsystem.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/testing/testing_api_cmd_netjail_start_testsystem.c b/src/testing/testing_api_cmd_netjail_start_testsystem.c
index d24ad3d28..04d7eef44 100644
--- a/src/testing/testing_api_cmd_netjail_start_testsystem.c
+++ b/src/testing/testing_api_cmd_netjail_start_testsystem.c
@@ -222,7 +222,7 @@ netjail_exec_traits (void *cls,
222 222
223 223
224 struct GNUNET_TESTING_Trait traits[] = { 224 struct GNUNET_TESTING_Trait traits[] = {
225 GNUNET_TESTING_make_trait_helper_handles ((const void **) helper), 225 GNUNET_TESTING_make_trait_helper_handles (helper),
226 GNUNET_TESTING_trait_end () 226 GNUNET_TESTING_trait_end ()
227 }; 227 };
228 228
@@ -262,7 +262,6 @@ send_message_to_locals (
262 struct GNUNET_MessageHeader *header 262 struct GNUNET_MessageHeader *header
263 ) 263 )
264{ 264{
265 // unsigned int total_number = ns->local_m * ns->global_n + ns->known;
266 const struct GNUNET_HELPER_Handle *helper; 265 const struct GNUNET_HELPER_Handle *helper;
267 struct TestingSystemCount *tbc; 266 struct TestingSystemCount *tbc;
268 267
@@ -282,7 +281,7 @@ send_message_to_locals (
282 281
283 282
284 struct GNUNET_HELPER_SendHandle *sh = GNUNET_HELPER_send ( 283 struct GNUNET_HELPER_SendHandle *sh = GNUNET_HELPER_send (
285 helper, 284 (struct GNUNET_HELPER_Handle *) helper,
286 header, 285 header,
287 GNUNET_NO, 286 GNUNET_NO,
288 &clear_msg, 287 &clear_msg,