From 90aa044e619699eb1f719ac987a80bf5846013b5 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 2 Jun 2016 09:02:50 +0200 Subject: remove duplciate check --- src/exchange/taler-exchange-httpd_refresh.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/exchange/taler-exchange-httpd_refresh.c b/src/exchange/taler-exchange-httpd_refresh.c index 0f291e99a..17e0c1b2d 100644 --- a/src/exchange/taler-exchange-httpd_refresh.c +++ b/src/exchange/taler-exchange-httpd_refresh.c @@ -649,12 +649,11 @@ handle_refresh_reveal_json (struct MHD_Connection *connection, res = GNUNET_OK; for (i = 0; i < TALER_CNC_KAPPA - 1; i++) { - if (GNUNET_OK != res) - break; struct GNUNET_JSON_Specification tp_spec[] = { GNUNET_JSON_spec_fixed_auto (NULL, &transfer_privs[i]), GNUNET_JSON_spec_end () }; + if (GNUNET_OK != res) break; res = TMH_PARSE_json_array (connection, -- cgit v1.2.3