mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Merge branch '1698-converting-isc_log-to-rwlock-broke-windows' into 'master'
Resolve "Converting isc_log to RWLOCK broke Windows" Closes #1698 See merge request isc-projects/bind9!3276
This commit is contained in:
commit
7da215f38b
1 changed files with 1 additions and 1 deletions
|
|
@ -829,7 +829,7 @@ isc_log_setdebuglevel(isc_log_t *lctx, unsigned int level) {
|
|||
}
|
||||
UNLOCK(&lctx->lock);
|
||||
}
|
||||
WRUNLOCK(&lctx->lcfg_rwl);
|
||||
RDUNLOCK(&lctx->lcfg_rwl);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue