mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-29 18:09:11 -04:00
use the actual header
This commit is contained in:
parent
6472130d32
commit
401f7510d7
1 changed files with 1 additions and 0 deletions
|
|
@ -8730,6 +8730,7 @@ rdataset_clearprefetch(dns_rdataset_t *rdataset) {
|
|||
dns_rbtnode_t *rbtnode = rdataset->private2;
|
||||
rdatasetheader_t *header = rdataset->private3;
|
||||
|
||||
header--;
|
||||
NODE_LOCK(&rbtdb->node_locks[rbtnode->locknum].lock,
|
||||
isc_rwlocktype_write);
|
||||
header->attributes &= ~RDATASET_ATTR_PREFETCH;
|
||||
|
|
|
|||
Loading…
Reference in a new issue