mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-05 00:55:24 +00:00
4439. [bug] Address race conditions getting ownernames of nodes.
[RT #43005]
This commit is contained in:
@@ -1289,7 +1289,8 @@ static dns_dbmethods_t sdb_methods = {
|
||||
findnodeext,
|
||||
findext,
|
||||
NULL, /* setcachestats */
|
||||
NULL /* hashsize */
|
||||
NULL, /* hashsize */
|
||||
NULL /* nodefullname */
|
||||
};
|
||||
|
||||
static isc_result_t
|
||||
|
Reference in New Issue
Block a user