mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Reset errcnt at the start of each subtest
This commit is contained in:
parent
1e84ebd2f8
commit
3945c289bb
1 changed files with 2 additions and 0 deletions
|
|
@ -113,6 +113,8 @@ setup_test(isc_timertype_t timertype, isc_time_t *expires,
|
|||
|
||||
isc_condition_init(&cv);
|
||||
|
||||
atomic_store(&errcnt, ISC_R_SUCCESS);
|
||||
|
||||
LOCK(&mx);
|
||||
|
||||
result = isc_task_create(taskmgr, 0, &task);
|
||||
|
|
|
|||
Loading…
Reference in a new issue