You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2018/01/03 16:45:04 UTC

svn propchange: r1814112 - svn:log

Author: ylavic
Revision: 1814112
Modified property: svn:log

Modified: svn:log at Wed Jan  3 16:45:04 2018
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Wed Jan  3 16:45:04 2018
@@ -1,5 +1,5 @@
 mpm_unix(es): cleanup properly on exit in one_process mode.
 
-We can destroy ap_pglobal because clean_child_exit() runs in DSO which would be
-unloaded under us, so use atexit() to differ the final apr_terminate().
+We can't destroy ap_pglobal because clean_child_exit() runs in DSO which would
+be unloaded under us, so use atexit() to differ the final apr_terminate().