sync

Backup service to store encrypted wallet databases (experimental)
Log | Files | Refs | Submodules | README | LICENSE

commit a7dd57bcce06ccfb9978f883f1909c5cac632ea4
parent 36e291538d2fb24904bd579d66f29d59a6b57994
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 29 Jun 2026 00:41:17 +0200

fix FIXME

Diffstat:
Msrc/sync/sync-httpd2.c | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/sync/sync-httpd2.c b/src/sync/sync-httpd2.c @@ -269,7 +269,11 @@ url_handler (void *cls, &account_pub, upload_size); } - // FIXME: return bad method! + return TALER_MHD2_reply_with_error ( + request, + MHD_HTTP_STATUS_METHOD_NOT_ALLOWED, + TALER_EC_GENERIC_METHOD_INVALID, + MHD_http_method_to_string (method)->cstr); } for (unsigned int i = 0; NULL != handlers[i].url; i++) {