--- 9.9.0b2 released ---
+3220. [bug] Change #3186 was incomplete; dns_db_rpz_findips()
+ could fail to set the database version correctly,
+ causing an assertion failure. [RT #26180]
+
3219. [bug] Disable NOEDNS caching following a timeout.
3218. [security] Cache lookup could return RRSIG data associated with
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: rbtdb.c,v 1.321 2011/11/16 09:44:32 each Exp $ */
+/* $Id: rbtdb.c,v 1.322 2011/11/18 18:40:31 each Exp $ */
/*! \file */
dns_db_attachnode(db, node, &st->m.node);
}
dns_db_attach(db, &st->m.db);
+ st->m.version = version;
dns_zone_attach(zone, &st->m.zone);
if (dns_rdataset_isassociated(&zrdataset))
dns_rdataset_disassociate(&zrdataset);