summaryrefslogtreecommitdiff
path: root/src/auditor/taler-auditor-httpd_misattribution-in-inconsistency-upd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/auditor/taler-auditor-httpd_misattribution-in-inconsistency-upd.c')
-rw-r--r--src/auditor/taler-auditor-httpd_misattribution-in-inconsistency-upd.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/auditor/taler-auditor-httpd_misattribution-in-inconsistency-upd.c b/src/auditor/taler-auditor-httpd_misattribution-in-inconsistency-upd.c
index d86645ff9..fbb57e7f6 100644
--- a/src/auditor/taler-auditor-httpd_misattribution-in-inconsistency-upd.c
+++ b/src/auditor/taler-auditor-httpd_misattribution-in-inconsistency-upd.c
@@ -1,6 +1,3 @@
-
-
-
/*
This file is part of TALER
Copyright (C) 2024 Taler Systems SA
@@ -95,7 +92,8 @@ TAH_MISATTRIBUTION_IN_INCONSISTENCY_handler_update (
}
/* execute transaction */
- qs = TAH_plugin->update_misattribution_in_inconsistency (TAH_plugin->cls, &gu);
+ qs = TAH_plugin->update_misattribution_in_inconsistency (TAH_plugin->cls,
+ &gu);
GNUNET_JSON_parse_free (spec);
json_decref (json);
@@ -121,7 +119,7 @@ TAH_MISATTRIBUTION_IN_INCONSISTENCY_handler_update (
case GNUNET_DB_STATUS_SUCCESS_NO_RESULTS:
return TALER_MHD_reply_with_error (connection,
MHD_HTTP_NOT_FOUND,
- TALER_EC_MERCHANT_GENERIC_ACCOUNT_UNKNOWN,
+ TALER_EC_AUDITOR_RESOURCE_NOT_FOUND,
"no updates executed");
break;
case GNUNET_DB_STATUS_SUCCESS_ONE_RESULT:
@@ -135,5 +133,3 @@ TAH_MISATTRIBUTION_IN_INCONSISTENCY_handler_update (
return ret;
}
-
- \ No newline at end of file