diff options
Diffstat (limited to 'validator/validator.h')
-rw-r--r-- | validator/validator.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/validator/validator.h b/validator/validator.h index 23d3072427a2a..9a591078f71c1 100644 --- a/validator/validator.h +++ b/validator/validator.h @@ -93,19 +93,6 @@ struct val_env { * seconds. */ uint32_t bogus_ttl; - /** If set, the validator should clean the additional section of - * secure messages. - */ - int clean_additional; - - /** - * If set, the validator will not make messages bogus, instead - * indeterminate is issued, so that no clients receive SERVFAIL. - * This allows an operator to run validation 'shadow' without - * hurting responses to clients. - */ - int permissive_mode; - /** * Number of entries in the NSEC3 maximum iteration count table. * Keep this table short, and sorted by size |