aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/testbed_api.c')
-rw-r--r--src/testbed/testbed_api.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/testbed/testbed_api.c b/src/testbed/testbed_api.c
index 38913509b..9fe5bccdc 100644
--- a/src/testbed/testbed_api.c
+++ b/src/testbed/testbed_api.c
@@ -1320,8 +1320,7 @@ cleanup:
1320 * required at the chained testbed controller setup to ensure the only the 1320 * required at the chained testbed controller setup to ensure the only the
1321 * test-driver echos the status and the controller hierarchy properly 1321 * test-driver echos the status and the controller hierarchy properly
1322 * propagates the status. 1322 * propagates the status.
1323 */ 1323 */if ((NULL != barrier) && (GNUNET_YES == barrier->echo))
1324 if ((NULL != barrier) && (GNUNET_YES == barrier->echo))
1325 GNUNET_TESTBED_barrier_remove_ (barrier); 1324 GNUNET_TESTBED_barrier_remove_ (barrier);
1326} 1325}
1327 1326