aboutsummaryrefslogtreecommitdiff
path: root/lib/dns/acache.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dns/acache.c')
-rw-r--r--lib/dns/acache.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/dns/acache.c b/lib/dns/acache.c
index 863df35535ff..92949c753478 100644
--- a/lib/dns/acache.c
+++ b/lib/dns/acache.c
@@ -1669,13 +1669,14 @@ dns_acache_cancelentry(dns_acacheentry_t *entry) {
REQUIRE(DNS_ACACHEENTRY_VALID(entry));
acache = entry->acache;
- callback_active = ISC_TF(entry->cbarg != NULL);
INSIST(DNS_ACACHE_VALID(entry->acache));
LOCK(&acache->lock);
ACACHE_LOCK(&acache->entrylocks[entry->locknum], isc_rwlocktype_write);
+ callback_active = ISC_TF(entry->cbarg != NULL);
+
/*
* Release dependencies stored in this entry as much as possible.
* The main link cannot be released, since the acache object has