aboutsummaryrefslogtreecommitdiff
path: root/src/kyclogic
diff options
context:
space:
mode:
Diffstat (limited to 'src/kyclogic')
-rw-r--r--src/kyclogic/taler-exchange-kyc-tester.c2
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;