diff options
Diffstat (limited to 'src/auditor/taler-auditor-httpd_deposit-confirmation.c')
-rw-r--r-- | src/auditor/taler-auditor-httpd_deposit-confirmation.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/auditor/taler-auditor-httpd_deposit-confirmation.c b/src/auditor/taler-auditor-httpd_deposit-confirmation.c index 31d7a7195..9632f0cc5 100644 --- a/src/auditor/taler-auditor-httpd_deposit-confirmation.c +++ b/src/auditor/taler-auditor-httpd_deposit-confirmation.c | |||
@@ -228,10 +228,10 @@ verify_and_execute_deposit_confirmation ( | |||
228 | TALER_EC_GENERIC_DB_STORE_FAILED, | 228 | TALER_EC_GENERIC_DB_STORE_FAILED, |
229 | "deposit confirmation"); | 229 | "deposit confirmation"); |
230 | } | 230 | } |
231 | return TALER_MHD_reply_json_pack (connection, | 231 | return TALER_MHD_REPLY_JSON_PACK (connection, |
232 | MHD_HTTP_OK, | 232 | MHD_HTTP_OK, |
233 | "{s:s}", | 233 | GNUNET_JSON_pack_string ("status", |
234 | "status", "DEPOSIT_CONFIRMATION_OK"); | 234 | "DEPOSIT_CONFIRMATION_OK")); |
235 | } | 235 | } |
236 | 236 | ||
237 | 237 | ||