aboutsummaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd.c
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2022-10-04 11:35:21 +0200
committerÖzgür Kesim <oec-taler@kesim.org>2022-10-04 11:35:21 +0200
commit77266e6c93f3368171a8b17288f279195f1931dc (patch)
tree6d3a00cc796feb3724c035b8c0be999717d9eaa3 /src/exchange/taler-exchange-httpd.c
parent3fdf88f612719f062e5a19969f22204075941128 (diff)
parent856b8e26c2b83ebce31eb35c9fc9f23641187be9 (diff)
Merge branch 'master' into auction_brandt
Diffstat (limited to 'src/exchange/taler-exchange-httpd.c')
-rw-r--r--src/exchange/taler-exchange-httpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd.c b/src/exchange/taler-exchange-httpd.c
index ffe5c1f5..39f383af 100644
--- a/src/exchange/taler-exchange-httpd.c
+++ b/src/exchange/taler-exchange-httpd.c
@@ -398,7 +398,7 @@ handle_post_reserves (struct TEH_RequestContext *rc,
GNUNET_break_op (0);
return TALER_MHD_reply_with_error (rc->connection,
MHD_HTTP_BAD_REQUEST,
- TALER_EC_EXCHANGE_GENERIC_RESERVE_PUB_MALFORMED,
+ TALER_EC_GENERIC_RESERVE_PUB_MALFORMED,
args[0]);
}
for (unsigned int i = 0; NULL != h[i].op; i++)