aboutsummaryrefslogtreecommitdiff
path: root/src/testing/gnunet-cmds-helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/gnunet-cmds-helper.c')
-rw-r--r--src/testing/gnunet-cmds-helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/gnunet-cmds-helper.c b/src/testing/gnunet-cmds-helper.c
index 458830cb9..4d3da6260 100644
--- a/src/testing/gnunet-cmds-helper.c
+++ b/src/testing/gnunet-cmds-helper.c
@@ -419,7 +419,7 @@ tokenizer_cb (void *cls, const struct GNUNET_MessageHeader *message)
419 struct CommandBarrierAdvanced *adm = (struct CommandBarrierAdvanced *) message; 419 struct CommandBarrierAdvanced *adm = (struct CommandBarrierAdvanced *) message;
420 420
421 barrier_name = (const char *) &adm[1]; 421 barrier_name = (const char *) &adm[1];
422 GNUNET_TESTING_finish_attached_cmds (is, barrier_name); 422 TST_interpreter_finish_attached_cmds (is, barrier_name);
423 return GNUNET_OK; 423 return GNUNET_OK;
424 } 424 }
425 else if (GNUNET_MESSAGE_TYPE_CMDS_HELPER_ALL_PEERS_STARTED == ntohs ( 425 else if (GNUNET_MESSAGE_TYPE_CMDS_HELPER_ALL_PEERS_STARTED == ntohs (