diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-08-18 16:13:24 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-08-18 16:13:24 +0100 |
commit | 4435b4ec2d40fb2193752fead5fee7bc093a2e10 (patch) | |
tree | c14e41afb3160b1802c434dd4bd40e948d65740d /contrib/librdns/dns_private.h | |
parent | af18850cf0ab37405e586d655109b0dc84dcc8a1 (diff) | |
download | rspamd-4435b4ec2d40fb2193752fead5fee7bc093a2e10.tar.gz rspamd-4435b4ec2d40fb2193752fead5fee7bc093a2e10.zip |
[Fix] Make dnssec configurable option disabled by default for now
Diffstat (limited to 'contrib/librdns/dns_private.h')
-rw-r--r-- | contrib/librdns/dns_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/librdns/dns_private.h b/contrib/librdns/dns_private.h index 4e3f7c9a8..a198dc46d 100644 --- a/contrib/librdns/dns_private.h +++ b/contrib/librdns/dns_private.h @@ -125,6 +125,7 @@ struct rdns_resolver { bool async_binded; bool initialized; + bool enable_dnssec; ref_entry_t ref; }; |