2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

4439. [bug] Address race conditions getting ownernames of nodes.

[RT #43005]
This commit is contained in:
Mark Andrews
2016-08-12 14:08:48 +10:00
parent d260d5ef4c
commit c7e021e2e6
10 changed files with 62 additions and 8 deletions

View File

@@ -1323,7 +1323,8 @@ static dns_dbmethods_t sdlzdb_methods = {
findnodeext,
findext,
NULL, /* setcachestats */
NULL /* hashsize */
NULL, /* hashsize */
NULL /* nodefullname */
};
/*