mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 05:57:52 +00:00
Used to the correct unlock type (read)
This commit is contained in:
parent
2d74d88b47
commit
b7dbfd14d8
@ -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…
x
Reference in New Issue
Block a user