aboutsummaryrefslogtreecommitdiff
path: root/src/ats/perf_ats_mlp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats/perf_ats_mlp.c')
-rw-r--r--src/ats/perf_ats_mlp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ats/perf_ats_mlp.c b/src/ats/perf_ats_mlp.c
index 751fad51a..6567e3c01 100644
--- a/src/ats/perf_ats_mlp.c
+++ b/src/ats/perf_ats_mlp.c
@@ -195,7 +195,7 @@ check (void *cls, char *const *args, const char *cfgfile,
195 195
196 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Setting up %u peers with %u addresses per peer\n", peers, addresses); 196 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Setting up %u peers with %u addresses per peer\n", peers, addresses);
197 197
198 mlp = GAS_mlp_init (cfg, NULL, MLP_MAX_EXEC_DURATION, MLP_MAX_ITERATIONS); 198 mlp = GAS_mlp_init (cfg, NULL);
199 if (NULL == mlp) 199 if (NULL == mlp)
200 { 200 {
201 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Failed to init MLP\n"); 201 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Failed to init MLP\n");