]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2043] updared ChangeLog
authorRazvan Becheriu <razvan@isc.org>
Wed, 25 Aug 2021 13:32:17 +0000 (16:32 +0300)
committerRazvan Becheriu <razvan@isc.org>
Wed, 25 Aug 2021 13:59:15 +0000 (16:59 +0300)
ChangeLog
src/lib/util/multi_threading_mgr.h

index 5d3eab1c6bdadb4f4a3bfc9f4c9e065f8aecc35f..1f097d0be7f91496538d608f3cf756e3495cc95a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
 1938.  [bug]           razvan
-       Fix dead locks caused by commands with CS on http listener threads
-       and CS on main thread racing with CS on other threads.
-       (Gitlab #2041)
+       Fix dead locks caused by commands with CS on http listener
+       threads and CS on main thread racing with CS on other threads.
+       (Gitlab #2041, #2043)
 
 1937.  [bug]           razvan
        The Config Backend is now capable of reestablishing database
index 8108b7d9a078e0b06fa69840ec7de28f4bc221f1..a6a1b7b29ac6075fb7db2de64a752cf9c98b30f2 100644 (file)
@@ -288,7 +288,7 @@ private:
     /// without logging to avoid breaking the CS chain.
     void callEntryCallbacks();
 
-    /// @brief Class method which invokes CriticalSection entry callbacks.
+    /// @brief Class method which invokes CriticalSection exit callbacks.
     ///
     /// Has no effect in single-threaded mode.
     ///