commit 4b23d0f235ccf21a06dabd94bb2a4428013d18cb
parent a7dd57bcce06ccfb9978f883f1909c5cac632ea4
Author: Iván Ávalos <avalos@disroot.org>
Date: Wed, 1 Jul 2026 11:58:20 +0200
Revert "fix FIXME"
This reverts commit a7dd57bcce06ccfb9978f883f1909c5cac632ea4.
Diffstat:
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/src/sync/sync-httpd2.c b/src/sync/sync-httpd2.c
@@ -269,11 +269,7 @@ url_handler (void *cls,
&account_pub,
upload_size);
}
- 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);
+ // FIXME: return bad method!
}
for (unsigned int i = 0; NULL != handlers[i].url; i++)
{