Swapping parameters

This commit is contained in:
Marcello Stanisci 2019-03-13 17:53:38 +01:00
parent 861169d649
commit bdd8d67be3
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -701,6 +701,7 @@ parallel_benchmark (TALER_TESTING_Main main_cb,
GNUNET_log_setup ("benchmark-worker",
NULL == loglev ? "INFO" : loglev,
logfile);
result = TALER_TESTING_setup
(run,
NULL,
@ -972,11 +973,12 @@ main (int argc,
}
GNUNET_OS_process_wait (compute_wire_response);
GNUNET_OS_process_destroy (compute_wire_response);
GNUNET_assert
(GNUNET_OK == TALER_TESTING_prepare_exchange
(cfg_filename,
&exchange_url,
&auditor_url));
&auditor_url,
&exchange_url));
}
else
{