diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-05-10 01:21:52 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-05-10 01:21:52 +0200 |
commit | 5259ea05321783a177cab9e30f77cb3dc6f54049 (patch) | |
tree | 42deb4bcf5d5883ad64c2c56d487a384d032631a /src/exchange/taler-exchange-httpd.c | |
parent | cc34502ac11a0fc77eb68a469b037fe2e2ee6c20 (diff) |
-fix logging
Diffstat (limited to 'src/exchange/taler-exchange-httpd.c')
-rw-r--r-- | src/exchange/taler-exchange-httpd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd.c b/src/exchange/taler-exchange-httpd.c index 6c6398bc..7e11655c 100644 --- a/src/exchange/taler-exchange-httpd.c +++ b/src/exchange/taler-exchange-httpd.c @@ -542,7 +542,6 @@ handle_get_aml (struct TEH_RequestContext *rc, TALER_EC_GENERIC_DB_FETCH_FAILED, NULL); case GNUNET_DB_STATUS_SUCCESS_NO_RESULTS: - GNUNET_break_op (0); return TALER_MHD_reply_with_error (rc->connection, MHD_HTTP_FORBIDDEN, TALER_EC_EXCHANGE_GENERIC_AML_OFFICER_ACCESS_DENIED, |