From dec5dc025a22ba3e952fb2631d60f5f7415f99f5 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 22 Oct 2022 00:30:53 +0200 Subject: [PATCH] -add FIXME --- src/kyclogic/taler-exchange-kyc-tester.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kyclogic/taler-exchange-kyc-tester.c b/src/kyclogic/taler-exchange-kyc-tester.c index 64b140877..e9178d4e5 100644 --- a/src/kyclogic/taler-exchange-kyc-tester.c +++ b/src/kyclogic/taler-exchange-kyc-tester.c @@ -1148,7 +1148,7 @@ handle_mhd_request (void *cls, upload_data_size); } - if (found) + if (found) /* FIXME: this can never be true right now */ { /* we found a matching address, but the method is wrong */ struct MHD_Response *reply;