mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-16 15:44:00 -04:00
pass query type to negative response validator
This commit is contained in:
parent
59e9979330
commit
62fb5eccb5
1 changed files with 1 additions and 1 deletions
|
|
@ -2616,7 +2616,7 @@ ncache_message(fetchctx_t *fctx, dns_rdatatype_t covers, isc_stdtime_t now) {
|
|||
* Do negative response validation.
|
||||
*/
|
||||
isc_task_t *task = res->buckets[fctx->bucketnum].task;
|
||||
result = dns_validator_create(res->view, name, 0,
|
||||
result = dns_validator_create(res->view, name, fctx->type,
|
||||
NULL, NULL,
|
||||
fctx->rmessage, 0, task,
|
||||
validated, fctx,
|
||||
|
|
|
|||
Loading…
Reference in a new issue