summaryrefslogtreecommitdiff
path: root/src/auditor
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-12-22 12:32:44 +0100
committerChristian Grothoff <christian@grothoff.org>2018-12-22 12:32:56 +0100
commit7b10ad08517ea0bd9a8772e046c0671260bcf73f (patch)
tree128c7cdb3ad419df03e152da6fd2e61a24e31a60 /src/auditor
parent5a6755b4b4d3cc400b9366d221fd4036106a2cd1 (diff)
downloadexchange-7b10ad08517ea0bd9a8772e046c0671260bcf73f.tar.gz
exchange-7b10ad08517ea0bd9a8772e046c0671260bcf73f.tar.bz2
exchange-7b10ad08517ea0bd9a8772e046c0671260bcf73f.zip
fix numbering of EC codes, distinguish auditor DB store errors
Diffstat (limited to 'src/auditor')
-rw-r--r--src/auditor/taler-auditor-httpd_deposit-confirmation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auditor/taler-auditor-httpd_deposit-confirmation.c b/src/auditor/taler-auditor-httpd_deposit-confirmation.c
index 10e9245a7..8b6ed1c6c 100644
--- a/src/auditor/taler-auditor-httpd_deposit-confirmation.c
+++ b/src/auditor/taler-auditor-httpd_deposit-confirmation.c
@@ -75,7 +75,7 @@ store_exchange_signing_key_transaction (void *cls,
{
TALER_LOG_WARNING ("Failed to store exchange signing key in database\n");
*mhd_ret = TAH_RESPONSE_reply_internal_db_error (connection,
- TALER_EC_DEPOSIT_CONFIRMATION_STORE_DB_ERROR);
+ TALER_EC_AUDITOR_EXCHANGE_STORE_DB_ERROR);
}
return qs;
}