-more readable, no semantic change

This commit is contained in:
Christian Grothoff 2023-05-03 20:25:39 +02:00
parent 82bb911720
commit 0b8752bb1b
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 4 additions and 2 deletions

@ -1 +1 @@
Subproject commit fa2259bd6824b2c739130218ca4316fb79addfbe
Subproject commit 85736484cb0da26aded705ebb1e944e8bb1b8504

View File

@ -241,7 +241,6 @@ check_transfers_get_response_ok (
GNUNET_free (details);
}
GNUNET_JSON_parse_free (spec);
TALER_EXCHANGE_transfers_get_cancel (wdh);
return GNUNET_OK;
}
@ -276,7 +275,10 @@ handle_transfers_get_finished (void *cls,
if (GNUNET_OK ==
check_transfers_get_response_ok (wdh,
j))
{
TALER_EXCHANGE_transfers_get_cancel (wdh);
return;
}
GNUNET_break_op (0);
tgr.hr.ec = TALER_EC_GENERIC_REPLY_MALFORMED;
tgr.hr.http_status = 0;