-do not ignore error code...
This commit is contained in:
parent
96b6bca54d
commit
0f85142d27
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user