From: Peter van Dijk Date: Thu, 11 Oct 2012 18:52:11 +0000 (+0000) Subject: minor doc update X-Git-Tag: auth-3.2-rc1~77 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b5e8af15c0f1e668862cb77e170f15d7b1fe488a;p=pdns minor doc update git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@2805 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/pdns/backends/bind/binddnssec.cc b/pdns/backends/bind/binddnssec.cc index 732f9f97d..dbd248d37 100644 --- a/pdns/backends/bind/binddnssec.cc +++ b/pdns/backends/bind/binddnssec.cc @@ -255,6 +255,7 @@ bool Bind2Backend::deactivateDomainKey(const string& name, unsigned int id) bool Bind2Backend::getTSIGKey(const string& name, string* algorithm, string* content) { + QType if(!d_dnssecdb) return false; boost::format fmt("select algorithm, secret from tsigkeys where name='%s'"); diff --git a/pdns/docs/pdns.xml b/pdns/docs/pdns.xml index 254dbc7ce..a6847d41b 100644 --- a/pdns/docs/pdns.xml +++ b/pdns/docs/pdns.xml @@ -101,7 +101,8 @@ This is a stability and confirmity update to 3.1. It mostly makes our DNSSEC implementation more robust, - and improves interoperability with various validators. + and improves interoperability with various validators. 3.2 has received very extensive testing on a lot + of edge cases, verifying output both against common validators and compared against other authoritative servers. DNSSEC changes in 3.2: