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

@@ -622,7 +622,8 @@ static dns_dbmethods_t sampledb_methods = {
findnodeext,
findext,
setcachestats,
hashsize
hashsize,
NULL
};
/* Auxiliary driver functions. */