[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-challenger] branch master updated: TODO -> FIXME
From: |
gnunet |
Subject: |
[taler-challenger] branch master updated: TODO -> FIXME |
Date: |
Wed, 01 Jan 2025 14:05:03 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository challenger.
The following commit(s) were added to refs/heads/master by this push:
new 07186e8 TODO -> FIXME
07186e8 is described below
commit 07186e89b8fcae2d647955fcbbfa51092feca039
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Jan 1 14:04:59 2025 +0100
TODO -> FIXME
---
src/challenger/challenger-admin.c | 2 +-
src/challenger/challenger-httpd.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/challenger/challenger-admin.c
b/src/challenger/challenger-admin.c
index e9bf3b8..c6faca8 100644
--- 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
index cfdf0a5..0ec3981 100644
--- 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",
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-challenger] branch master updated: TODO -> FIXME,
gnunet <=