commit cb26e332ec53b4e8f0c7c1d42db1dab5f4192b56
parent 4b886a4ae4205f2eefdce61c4df691fadc759dfd
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 28 Dec 2024 15:36:30 +0100
more bug refs
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mhd/mhd_legal.c b/src/mhd/mhd_legal.c
@@ -140,7 +140,7 @@ mime_matches (const char *accept_pattern,
if ( (NULL == da) ||
(NULL == dm) )
return (0 == strcmp ("*", accept_pattern));
- // FIXME: use TALER_MHD_check_accept() here!
+ // FIXME-#9428: use TALER_MHD_check_accept() here!
/* FIXME-#9420: eventually, we might want to parse the "q=$FLOAT"
part after the ';' and figure out which one is the
best/preferred match instead of returning a boolean... */