2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

removed unnecessary locking in ns_interface_shutdown() that

caused the server to deadlock on shutdown on the Alphas
This commit is contained in:
Andreas Gustafsson
2000-06-30 15:57:47 +00:00
parent e405739af2
commit 1c823819b7

View File

@@ -1,3 +1,7 @@
298. [bug] A mutex deadlock occurred during shutdown of the
interface manager under certain conditions.
Digital Unix systems were the most affected.
297. [bug] Specifying a key name that wasn't fully qualified
in certain parts of the config file could cause
an assertion.