]> git.ipfire.org Git - thirdparty/pdns.git/commit
this fixes #3261 and likely #3532 and #3446. In the new model, SyncRes has one flag...
authorbert hubert <bert.hubert@powerdns.com>
Mon, 21 Mar 2016 16:40:56 +0000 (17:40 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Tue, 22 Mar 2016 08:36:45 +0000 (09:36 +0100)
commit2e921ec6961500a5b59b4eb8d3d408e7825cd174
tree69060dfa0d968d9bd42b7e8245184847304e0b83
parent0640dc7c451704592e36f2c008246854cec0be82
this fixes #3261 and likely #3532 and #3446. In the new model, SyncRes has one flag: do DNSSEC or not. If the user did not want DNSSEC, pdns_recursor.cc will strip it out for you.
But the processing is mostly done anyhow (except for optimization). This also fixes everyone's favorite warning about State being unset, and it restores 'dnssec=process' as default
pdns/pdns_recursor.cc
pdns/syncres.cc
pdns/validate-recursor.cc