shutdown_entries() was erroneously unlocking the wrong lock.

This commit is contained in:
Bob Halley 2000-01-12 22:22:20 +00:00
parent bbc11ade9b
commit fbc09123cd

View file

@ -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]);
}
}