From 556085ac80df6148a1c0523ada516f843390ce6d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 3 May 2020 20:12:18 +0200 Subject: modify TALER_EXCHANGE_deposits_get() API to avoid NULL pointers and need for deep copies --- src/testing/testing_api_cmd_deposits_get.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/testing/testing_api_cmd_deposits_get.c b/src/testing/testing_api_cmd_deposits_get.c index 640ab6e34..33987e161 100644 --- a/src/testing/testing_api_cmd_deposits_get.c +++ b/src/testing/testing_api_cmd_deposits_get.c @@ -112,7 +112,6 @@ deposit_wtid_cb (void *cls, { case MHD_HTTP_OK: tts->wtid = dd->wtid; - if (NULL != tts->bank_transfer_reference) { const struct TALER_TESTING_Command *bank_transfer_cmd; -- cgit v1.2.3