From dbab0c658734c14436a89bd7fc76b295cbcf5448 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 6 Oct 2017 20:54:42 +0200 Subject: check return value from TALER_amount_get_zero --- src/exchange-lib/exchange_api_common.c | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'src/exchange-lib/exchange_api_common.c') diff --git a/src/exchange-lib/exchange_api_common.c b/src/exchange-lib/exchange_api_common.c index 99086a71..9d2a827f 100644 --- a/src/exchange-lib/exchange_api_common.c +++ b/src/exchange-lib/exchange_api_common.c @@ -42,7 +42,6 @@ TALER_EXCHANGE_verify_coin_history (const char *currency, struct TALER_Amount *total) { size_t len; - size_t off; int add; struct TALER_Amount rtotal; @@ -57,11 +56,13 @@ TALER_EXCHANGE_verify_coin_history (const char *currency, GNUNET_break_op (0); return GNUNET_SYSERR; } - TALER_amount_get_zero (currency, - total); - TALER_amount_get_zero (currency, - &rtotal); - for (off=0;off