2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

Used to the correct unlock type (read)

This commit is contained in:
Mark Andrews
2020-03-24 14:50:31 +11:00
parent 2d74d88b47
commit b7dbfd14d8

View File

@@ -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);
}
}