mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 04:50:01 -04:00
Extend the expire_header() to accept the node lock type as one of the arguments and check whether the the node lock is always write locked + fix that bug. While doing that, it was found that expire_header() invocation in rdataset_expire() passes `false` as a type of tree lock instead of `isc_rwlocktype_none`. (Un)fortunately, both values mapped to 0, so no harm was done, but it has been fixed nevertheless. |
||
|---|---|---|
| .. | ||
| bind9 | ||
| dns | ||
| irs | ||
| isc | ||
| isccc | ||
| isccfg | ||
| ns | ||
| .gitignore | ||
| Makefile.am | ||