]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1282] Fixed ChangeLog entry (3)
authorFrancis Dupont <fdupont@isc.org>
Tue, 30 Jun 2020 16:02:25 +0000 (18:02 +0200)
committerFrancis Dupont <fdupont@isc.org>
Tue, 30 Jun 2020 16:02:25 +0000 (18:02 +0200)
ChangeLog

index 6d05b810010b5fe8c7dc4d63227889561c162744..a0f306d54943eed178fca37dd1c08ca49b76a1ef 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
 1763.  [bug]           fdupont
        Changed the way hook libraries are unloaded. Now unload is done
        in two phases: the first phase calls unload() entry points and
-       removed callouts, the second phase unmaps hook library memory
+       removes callouts, the second phase unmaps hook library memory
        spaces. This should lead to less problems including less crashes
        at exit time. On the other hand, incorrect libraries can stay
        in memory until exit and prevent any (re)load.