mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
Used to the correct unlock type (read)
This commit is contained in:
@@ -829,7 +829,7 @@ isc_log_setdebuglevel(isc_log_t *lctx, unsigned int level) {
|
|||||||
}
|
}
|
||||||
UNLOCK(&lctx->lock);
|
UNLOCK(&lctx->lock);
|
||||||
}
|
}
|
||||||
WRUNLOCK(&lctx->lcfg_rwl);
|
RDUNLOCK(&lctx->lcfg_rwl);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user