aboutsummaryrefslogtreecommitdiff
path: root/src/ats-tests/ats-testing-experiment.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-07-06 15:58:41 +0000
committerChristian Grothoff <christian@grothoff.org>2016-07-06 15:58:41 +0000
commit4f80d8c5beb2c2106ce1b0686e9f29449d744832 (patch)
tree7ac921a889e7525b439f130374d60a47cf854ac3 /src/ats-tests/ats-testing-experiment.c
parent3d7bae58c4b9b128e6000a2fe1fe65595235bb14 (diff)
downloadgnunet-4f80d8c5beb2c2106ce1b0686e9f29449d744832.tar.gz
gnunet-4f80d8c5beb2c2106ce1b0686e9f29449d744832.zip
misc minor fixes
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"))