mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-09 01:30:39 -04:00
shutdown_entries() was erroneously unlocking the wrong lock.
This commit is contained in:
parent
bbc11ade9b
commit
fbc09123cd
1 changed files with 1 additions and 1 deletions
|
|
@ -832,7 +832,7 @@ shutdown_entries(dns_adb_t *adb)
|
|||
if (adb->entry_refcnt[bucket] == 0)
|
||||
dec_adb_irefcnt(adb, ISC_FALSE);
|
||||
|
||||
UNLOCK(&adb->namelocks[bucket]);
|
||||
UNLOCK(&adb->entrylocks[bucket]);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue