aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/test_testbed_logger_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/test_testbed_logger_api.c')
-rw-r--r--src/testbed/test_testbed_logger_api.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/testbed/test_testbed_logger_api.c b/src/testbed/test_testbed_logger_api.c
index a8ed3d22c..dae972427 100644
--- a/src/testbed/test_testbed_logger_api.c
+++ b/src/testbed/test_testbed_logger_api.c
@@ -142,12 +142,12 @@ iterator_cb (void *cls, struct GNUNET_DISK_DirectoryIterator *di,
142 if ((BSIZE * 2) != fs) /* The file size should be equal to what we 142 if ((BSIZE * 2) != fs) /* The file size should be equal to what we
143 have written */ 143 have written */
144 goto iteration_cont; 144 goto iteration_cont;
145 145
146 cancel = GNUNET_YES; 146 cancel = GNUNET_YES;
147 result = GNUNET_OK; 147 result = GNUNET_OK;
148 148
149 iteration_cont: 149 iteration_cont:
150 if ( (NULL != di) && 150 if ( (NULL != di) &&
151 (GNUNET_YES == GNUNET_DISK_directory_iterator_next (di, cancel)) ) 151 (GNUNET_YES == GNUNET_DISK_directory_iterator_next (di, cancel)) )
152 return; 152 return;
153 shutdown_now (); 153 shutdown_now ();
@@ -193,7 +193,7 @@ do_write (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
193/** 193/**
194 * Signature of the 'main' function for a (single-peer) testcase that 194 * Signature of the 'main' function for a (single-peer) testcase that
195 * is run using 'GNUNET_TESTING_peer_run'. 195 * is run using 'GNUNET_TESTING_peer_run'.
196 * 196 *
197 * @param cls closure 197 * @param cls closure
198 * @param cfg configuration of the peer that was started 198 * @param cfg configuration of the peer that was started
199 * @param peer identity of the peer that was created 199 * @param peer identity of the peer that was created