aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-04-18 10:24:39 +0200
committerChristian Grothoff <christian@grothoff.org>2024-04-18 10:24:44 +0200
commitdb6e2506aff8b222110ec4a7bf952079673af7c1 (patch)
treef6c142f4d9f2b5702330f9c5e2e145538d74e219
parentf76afc11f45e16eab755e66b741acdfd2789f9e4 (diff)
downloadmerchant-db6e2506aff8b222110ec4a7bf952079673af7c1.tar.xz
addf FIXME
-rw-r--r--src/backend/taler-merchant-httpd_mhd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/taler-merchant-httpd_mhd.c b/src/backend/taler-merchant-httpd_mhd.c
index e96acca5..0bb22b35 100644
--- a/src/backend/taler-merchant-httpd_mhd.c
+++ b/src/backend/taler-merchant-httpd_mhd.c
@@ -59,6 +59,7 @@ TMH_MHD_test_html_desired (struct MHD_Connection *connection)
bool ret = false;
const char *accept;
+ // FIXME: use TALER_MHD_check_accept here!
accept = MHD_lookup_connection_value (connection,
MHD_HEADER_KIND,
MHD_HTTP_HEADER_ACCEPT);