-more readable, no semantic change
This commit is contained in:
parent
82bb911720
commit
0b8752bb1b
@ -1 +1 @@
|
||||
Subproject commit fa2259bd6824b2c739130218ca4316fb79addfbe
|
||||
Subproject commit 85736484cb0da26aded705ebb1e944e8bb1b8504
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user