diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-10-22 00:30:53 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-10-22 00:30:53 +0200 |
commit | dec5dc025a22ba3e952fb2631d60f5f7415f99f5 (patch) | |
tree | e7bb5ff1426a56d17183c04cafafffffa423cfca | |
parent | 4524180ada7d49e2f3ea4356df4706f2c9b0841d (diff) |
-add FIXME
-rw-r--r-- | src/kyclogic/taler-exchange-kyc-tester.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |