From 1c823819b73f17cbfd188d35962da196a48190fb Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Fri, 30 Jun 2000 15:57:47 +0000 Subject: [PATCH] removed unnecessary locking in ns_interface_shutdown() that caused the server to deadlock on shutdown on the Alphas --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 1c801307d8..8ab749ead9 100644 --- a/CHANGES +++ b/CHANGES @@ -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.