modify TALER_EXCHANGE_deposits_get() API to avoid NULL pointers and need for deep copies
This commit is contained in:
parent
035c505c71
commit
556085ac80
@ -112,7 +112,6 @@ deposit_wtid_cb (void *cls,
|
|||||||
{
|
{
|
||||||
case MHD_HTTP_OK:
|
case MHD_HTTP_OK:
|
||||||
tts->wtid = dd->wtid;
|
tts->wtid = dd->wtid;
|
||||||
|
|
||||||
if (NULL != tts->bank_transfer_reference)
|
if (NULL != tts->bank_transfer_reference)
|
||||||
{
|
{
|
||||||
const struct TALER_TESTING_Command *bank_transfer_cmd;
|
const struct TALER_TESTING_Command *bank_transfer_cmd;
|
||||||
|
Loading…
Reference in New Issue
Block a user