commit dec5dc025a22ba3e952fb2631d60f5f7415f99f5 parent 4524180ada7d49e2f3ea4356df4706f2c9b0841d Author: Christian Grothoff <christian@grothoff.org> Date: Sat, 22 Oct 2022 00:30:53 +0200 -add FIXME Diffstat:
| M | 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 @@ -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;