-do not ignore error code...

This commit is contained in:
Christian Grothoff 2016-06-10 16:07:51 +02:00
parent 96b6bca54d
commit 0f85142d27

View File

@ -400,8 +400,9 @@ melt_cb (void *cls,
if (MHD_HTTP_OK != http_status) if (MHD_HTTP_OK != http_status)
{ {
GNUNET_log (GNUNET_ERROR_TYPE_ERROR, GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
"Coin not correctly melted\n"); "Coin not correctly melted!\n");
/*fail ("Coin not correctly melted\n"); */ json_dumpf (full_response, stderr, 0);
/* FIXME: properly shut down benchmark */
return; return;
} }
coins[rrcls->coin_index].rrh coins[rrcls->coin_index].rrh