From 2ba4773bc79ee6dff50a6322dbbf3569e47708eb Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 10 Mar 2022 02:20:49 +0100 Subject: -update to latest exchange API --- src/authorization/anastasis_authorization_plugin_iban.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/authorization/anastasis_authorization_plugin_iban.c') diff --git a/src/authorization/anastasis_authorization_plugin_iban.c b/src/authorization/anastasis_authorization_plugin_iban.c index bd58c51..e557152 100644 --- a/src/authorization/anastasis_authorization_plugin_iban.c +++ b/src/authorization/anastasis_authorization_plugin_iban.c @@ -477,8 +477,8 @@ test_wire_transfers (struct ANASTASIS_AUTHORIZATION_State *as) MHD_HTTP_INTERNAL_SERVER_ERROR, TALER_EC_GENERIC_DB_FETCH_FAILED, NULL)) - ? WTS_FAILED_WITH_REPLY - : WTS_FAILED_WITHOUT_REPLY; + ? WTS_FAILED_WITH_REPLY + : WTS_FAILED_WITHOUT_REPLY; case GNUNET_DB_STATUS_SUCCESS_NO_RESULTS: return WTS_NOT_READY; case GNUNET_DB_STATUS_SUCCESS_ONE_RESULT: -- cgit v1.2.3