commit 07186e89b8fcae2d647955fcbbfa51092feca039
parent 5a683e3d59ca9c5ab43b298d46a4ebaa2fc11593
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 1 Jan 2025 14:04:59 +0100
TODO -> FIXME
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/challenger/challenger-admin.c b/src/challenger/challenger-admin.c
@@ -272,7 +272,7 @@ main (int argc,
"quiet",
"be less verbose in the output",
&be_quiet),
- /* TODO: add -s / --show option */
+ /* FIXME: add -s / --show option */
GNUNET_GETOPT_OPTION_END
};
enum GNUNET_GenericReturnValue ret;
diff --git a/src/challenger/challenger-httpd.c b/src/challenger/challenger-httpd.c
@@ -317,7 +317,7 @@ url_handler (void *cls,
if (found)
{
GNUNET_break_op (0);
- /* TODO: return which methods are allowed ... */
+ /* FIXME-#9424: return which methods are allowed ... */
return TALER_MHD_reply_static (hc->connection,
MHD_HTTP_METHOD_NOT_ALLOWED,
"text/plain",