summaryrefslogtreecommitdiff
path: root/src/authorization/anastasis_authorization_plugin_iban.c
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2022-03-10 02:20:49 +0100
committerChristian Grothoff <grothoff@gnunet.org>2022-03-10 02:20:49 +0100
commit2ba4773bc79ee6dff50a6322dbbf3569e47708eb (patch)
treed18adef3f67c523bb51c905161c563c2e004e029 /src/authorization/anastasis_authorization_plugin_iban.c
parentcf15c73653e3f8f09ba598aa694e419e97f12899 (diff)
downloadanastasis-2ba4773bc79ee6dff50a6322dbbf3569e47708eb.tar.gz
anastasis-2ba4773bc79ee6dff50a6322dbbf3569e47708eb.tar.bz2
anastasis-2ba4773bc79ee6dff50a6322dbbf3569e47708eb.zip
-update to latest exchange API
Diffstat (limited to 'src/authorization/anastasis_authorization_plugin_iban.c')
-rw-r--r--src/authorization/anastasis_authorization_plugin_iban.c4
1 files changed, 2 insertions, 2 deletions
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: