diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-05-03 20:12:18 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-07-05 16:43:23 +0200 |
commit | 556085ac80df6148a1c0523ada516f843390ce6d (patch) | |
tree | 5c451784510d393e5ffbacdd6332953749f0fc60 | |
parent | 035c505c71610a693d3d253a3eee02d9cb9a2cbf (diff) | |
download | exchange-556085ac80df6148a1c0523ada516f843390ce6d.tar.gz 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.c | 1 |
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, | |||
112 | { | 112 | { |
113 | case MHD_HTTP_OK: | 113 | case MHD_HTTP_OK: |
114 | tts->wtid = dd->wtid; | 114 | tts->wtid = dd->wtid; |
115 | |||
116 | if (NULL != tts->bank_transfer_reference) | 115 | if (NULL != tts->bank_transfer_reference) |
117 | { | 116 | { |
118 | const struct TALER_TESTING_Command *bank_transfer_cmd; | 117 | const struct TALER_TESTING_Command *bank_transfer_cmd; |