summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-05-03 20:12:18 +0200
committerChristian Grothoff <christian@grothoff.org>2020-07-05 16:43:23 +0200
commit556085ac80df6148a1c0523ada516f843390ce6d (patch)
tree5c451784510d393e5ffbacdd6332953749f0fc60
parent035c505c71610a693d3d253a3eee02d9cb9a2cbf (diff)
downloadexchange-556085ac80df6148a1c0523ada516f843390ce6d.tar.gz
exchange-556085ac80df6148a1c0523ada516f843390ce6d.tar.bz2
exchange-556085ac80df6148a1c0523ada516f843390ce6d.zip
modify TALER_EXCHANGE_deposits_get() API to avoid NULL pointers and need for deep copies
-rw-r--r--src/testing/testing_api_cmd_deposits_get.c1
1 files changed, 0 insertions, 1 deletions
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;