]> git.ipfire.org Git - thirdparty/pdns.git/commit
rec: Cache Secure validation state when inserting negcache entries 5980/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 21 Nov 2017 09:42:43 +0000 (10:42 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 21 Nov 2017 09:42:43 +0000 (10:42 +0100)
commitb25712fd08331ec8a34e99b144a0797b180b6762
tree7ab9128137ab10670a130ce22c0326f3545e2771
parent12abac2e69988812f87fbf77223baf13a034b1ef
rec: Cache Secure validation state when inserting negcache entries

Fix a bug that prevented Secure negative cache entries to be marked
as such when they were first inserted, marking them as Indeterminate
instead. This would require us to validate them a second time for no
valid reason.
pdns/recursordist/test-syncres_cc.cc
pdns/syncres.cc