]> granicus.if.org Git - pdns/commit
auth: Fix Bind2Backend::addDomainKey return value without SQLite3
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 19 Oct 2017 08:45:23 +0000 (10:45 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 19 Oct 2017 08:45:23 +0000 (10:45 +0200)
commit442a9bc0fc9980c1b9465879f1d7c17016ba56bb
treea5fd33b45d08f818dbb1032e0623349ce877da12
parent820b9318daf9ba3d0d0cb5fee753f4a900fbe3ac
auth: Fix Bind2Backend::addDomainKey return value without SQLite3

Since 82cc07611d23c5e815d8673ae070cf0e421351ad changed the return value
from an `int` to a `bool`, it would return `true` instead of `false`
when SQLite3 support was not available.
modules/bindbackend/binddnssec.cc