aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing_api_loop.c
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2021-10-14 16:39:24 +0200
committert3sserakt <t3ss@posteo.de>2021-10-14 16:39:24 +0200
commitd64ac269856744b9bab170964e1d6f36896ecc55 (patch)
treeed5aa79b91fe3cf9388433a5611581b7ce3b846c /src/testing/testing_api_loop.c
parent003910fc614cd347919707d1bf3c37a939978459 (diff)
downloadgnunet-d64ac269856744b9bab170964e1d6f36896ecc55.tar.gz
gnunet-d64ac269856744b9bab170964e1d6f36896ecc55.zip
removed versioned artefacts with v2 and v3. changes to reflect the changes in testing_api_loop.c
Diffstat (limited to 'src/testing/testing_api_loop.c')
-rw-r--r--src/testing/testing_api_loop.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/testing/testing_api_loop.c b/src/testing/testing_api_loop.c
index e0cb3fcda..3727d2543 100644
--- a/src/testing/testing_api_loop.c
+++ b/src/testing/testing_api_loop.c
@@ -313,8 +313,12 @@ interpreter_run (void *cls)
313 } 313 }
314 cmd->run (cmd->cls, 314 cmd->run (cmd->cls,
315 is); 315 is);
316 if ( (cmd->asynchronous_finish) && 316 if (NULL == cmd->ac)
317 (NULL != cmd->ac->cont) ) 317 {
318 interpreter_next (is);
319 }
320 else if ( (cmd->asynchronous_finish) &&
321 (NULL != cmd->ac->cont) )
318 { 322 {
319 cmd->ac->cont = NULL; 323 cmd->ac->cont = NULL;
320 interpreter_next (is); 324 interpreter_next (is);