summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-08-17 03:40:16 +0200
committerChristian Grothoff <christian@grothoff.org>2015-08-17 03:40:16 +0200
commit0edac106656769dc172e1e66eee7a01e54e8baaa (patch)
treee22348533abd2a1154917f5cfbbb779d364a27d9 /src
parent1b5f4c8258c1ae9365e82f66309702f90fe766e2 (diff)
downloadexchange-0edac106656769dc172e1e66eee7a01e54e8baaa.tar.gz
exchange-0edac106656769dc172e1e66eee7a01e54e8baaa.tar.bz2
exchange-0edac106656769dc172e1e66eee7a01e54e8baaa.zip
use correct response code
Diffstat (limited to 'src')
-rw-r--r--src/mint/taler-mint-httpd_responses.c2
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",