diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-08-17 03:40:16 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-08-17 03:40:16 +0200 |
commit | 0edac106656769dc172e1e66eee7a01e54e8baaa (patch) | |
tree | e22348533abd2a1154917f5cfbbb779d364a27d9 | |
parent | 1b5f4c8258c1ae9365e82f66309702f90fe766e2 (diff) |
use correct response code
-rw-r--r-- | src/mint/taler-mint-httpd_responses.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mint/taler-mint-httpd_responses.c b/src/mint/taler-mint-httpd_responses.c index 8a5573e87..7a56efb9f 100644 --- a/src/mint/taler-mint-httpd_responses.c +++ b/src/mint/taler-mint-httpd_responses.c @@ -711,7 +711,7 @@ TMH_RESPONSE_reply_refresh_melt_insufficient_funds (struct MHD_Connection *conne history = compile_transaction_history (tl); return TMH_RESPONSE_reply_json_pack (connection, - MHD_HTTP_NOT_FOUND, + MHD_HTTP_FORBIDDEN, "{s:s, s:o, s:o, s:o, s:o, s:o}", "error", "insufficient funds", |