mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 10:10:00 -04:00
dlzdb in 9.8 and earlier doesn't have a link element
This commit is contained in:
parent
c1402b00d3
commit
383df64ad1
2 changed files with 2 additions and 4 deletions
5
CHANGES
5
CHANGES
|
|
@ -1,7 +1,6 @@
|
|||
3489. [bug] --enable-developer now turns on ISC_LIST_CHECKINIT.
|
||||
dns_dlzcreate() failed to properly initialize
|
||||
dlzdb.link. When cloning a rdataset do not copy
|
||||
the link contents. [RT #32651]
|
||||
When cloning a rdataset do not copy the link contents.
|
||||
[RT #32651]
|
||||
|
||||
3488. [bug] Use after free error with DH generated keys. [RT #32649]
|
||||
|
||||
|
|
|
|||
|
|
@ -191,7 +191,6 @@ dns_dlzcreate(isc_mem_t *mctx, const char *dlzname, const char *drivername,
|
|||
memset(db, 0, sizeof(dns_dlzdb_t));
|
||||
|
||||
db->implementation = impinfo;
|
||||
ISC_LINK_INIT(db, link);
|
||||
|
||||
/* Create a new database using implementation 'drivername'. */
|
||||
result = ((impinfo->methods->create)(mctx, dlzname, argc, argv,
|
||||
|
|
|
|||
Loading…
Reference in a new issue