diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-09-11 20:19:39 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-09-11 20:19:39 +0200 |
commit | 6a7717aff159eb7734f4962b375ccee5c8b246d9 (patch) | |
tree | 246cc0b1c47290bc1c1375368ade870fad55ae32 /src | |
parent | 0ccac11126abe49e123961d40cce404966beeea8 (diff) |
fix #9182
Diffstat (limited to 'src')
-rw-r--r-- | src/kyclogic/kyclogic_api.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/kyclogic/kyclogic_api.c b/src/kyclogic/kyclogic_api.c index 4aaf5d014..a61baf3be 100644 --- a/src/kyclogic/kyclogic_api.c +++ b/src/kyclogic/kyclogic_api.c @@ -2417,6 +2417,9 @@ TALER_KYCLOGIC_kyc_init ( const char *measure_name = rule->next_measures[j]; const struct TALER_KYCLOGIC_Measure *m; + if (0 == strcmp ("verboten", + measure_name)) + continue; m = find_measure (&default_rules, measure_name); if (NULL == m) |