]> git.ipfire.org Git - thirdparty/pdns.git/commit
rec: Initialize the result var before calling the preoutquery hook 6167/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 10 Jan 2018 13:18:10 +0000 (14:18 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 10 Jan 2018 13:35:04 +0000 (14:35 +0100)
commit17cecc84cc0e9f7b1dc9991e2568d1f8f4fc2b08
tree5f4d085973664fb1939bbcb4061eec87ff4078e4
parentee9669b39cedbb367c94843e0bf88b26265ef3fd
rec: Initialize the result var before calling the preoutquery hook

If the `preoutquery` hook was defined but didn't handle the query,
the resulting variable was left uninitialized.
pdns/syncres.cc