]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: usr: preserve cache when reload fails and reload the server again
authorColin Vidal <colin@isc.org>
Wed, 17 Sep 2025 15:38:54 +0000 (17:38 +0200)
committerColin Vidal <colin@isc.org>
Wed, 17 Sep 2025 15:38:54 +0000 (17:38 +0200)
commit33bcff46d30fda3da28f10f9dcbfc0b5aae1a984
treedbb4888dc5d2f59f32d935eb53cb7c12e83a422f
parent22803b93e3f4bfac85716cc80136e7933106daa2
parenta1703fa35b1ad3e2be1ff961122b5fdc39654b5e
fix: usr: preserve cache when reload fails and reload the server again

Fixes an issue where failing to reconfigure/reload the server would prevent to preserved the views caches on the subsequent server reconfiguration/reload.

Closes #5523

Merge branch 'colin/fix-cache-revert' into 'main'

See merge request isc-projects/bind9!10984