aboutsummaryrefslogtreecommitdiff
path: root/src/ats-tests/ats-testing-experiment.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats-tests/ats-testing-experiment.c')
-rw-r--r--src/ats-tests/ats-testing-experiment.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ats-tests/ats-testing-experiment.c b/src/ats-tests/ats-testing-experiment.c
index 110a48043..9b11caec3 100644
--- a/src/ats-tests/ats-testing-experiment.c
+++ b/src/ats-tests/ats-testing-experiment.c
@@ -196,7 +196,8 @@ load_episode (struct Experiment *e,
196 GNUNET_asprintf(&op_name, "op-%u-type", op_counter); 196 GNUNET_asprintf(&op_name, "op-%u-type", op_counter);
197 if ( (GNUNET_SYSERR != GNUNET_CONFIGURATION_get_value_string(cfg, 197 if ( (GNUNET_SYSERR != GNUNET_CONFIGURATION_get_value_string(cfg,
198 sec_name, op_name, &type)) && 198 sec_name, op_name, &type)) &&
199 ((STOP_SEND != o->type) || (STOP_PREFERENCE != o->type))) 199 (STOP_SEND != o->type) &&
200 (STOP_PREFERENCE != o->type) )
200 { 201 {
201 /* Load arguments for set_rate, start_send, set_preference */ 202 /* Load arguments for set_rate, start_send, set_preference */
202 if (0 == strcmp (type, "constant")) 203 if (0 == strcmp (type, "constant"))