mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-08-27 01:52:30 +02:00
- Fix asynclook unit test for setup of lockchecks before log.
This commit is contained in:
@@ -406,10 +406,10 @@ int main(int argc, char** argv)
|
||||
struct lookinfo* lookups;
|
||||
int i, r, cancel=0, blocking=0, ext=0;
|
||||
|
||||
checklock_start();
|
||||
/* init log now because solaris thr_key_create() is not threadsafe */
|
||||
log_init(0,0,0);
|
||||
/* lock debug start (if any) */
|
||||
checklock_start();
|
||||
|
||||
/* create context */
|
||||
ctx = ub_ctx_create();
|
||||
|
||||
Reference in New Issue
Block a user