+2366. [bug] Adb shutdown race. [RT #18021]
+
2365. [bug] Fix a bug that caused dns_acl_isany() to return
spurious results. [RT #18000]
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: adb.c,v 1.233.36.6 2008/05/01 18:32:31 jinmei Exp $ */
+/* $Id: adb.c,v 1.233.36.7 2008/05/02 04:42:32 marka Exp $ */
/*! \file
*
free_adbentry(adb, &entry);
if (result)
- result =dec_adb_irefcnt(adb);
+ result = dec_adb_irefcnt(adb);
return (result);
}
INSIST(DNS_ADB_VALID(adb));
isc_event_free(&ev);
+ LOCK(&adb->lock);
+ UNLOCK(&adb->lock);
destroy(adb);
}