benchmark: don't print result as exchange worker

This commit is contained in:
Florian Dold 2019-05-02 23:45:31 +02:00
parent 9c194f79a5
commit 5dd3c2191a
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -1048,8 +1048,14 @@ main (int argc,
NULL,
cfg_filename,
exchange_url);
GNUNET_free_non_null (exchange_url);
GNUNET_free_non_null (auditor_url);
/* If we're the exchange worker, we're done now. No need to print results */
if (MODE_EXCHANGE == mode)
return (GNUNET_OK == result) ? 0 : result;
duration = GNUNET_TIME_absolute_get_duration (start_time);
if (GNUNET_OK == result)
{