]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge r1898453 from trunk
authorChristophe Jaillet <jailletc36@apache.org>
Fri, 13 May 2022 17:05:31 +0000 (17:05 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Fri, 13 May 2022 17:05:31 +0000 (17:05 +0000)
commitadf8d6c461820ce14ce88226d96e2da9e7802cd0
tree55b047fddeb1fbf5047452e1f801a730c03a6876
parent0cb4b33d7056559ae4f72c06bae2f6188a42b115
Merge r1898453 from trunk

   * mod_lua: ap_lua_init_mutex() is not about thread only. It also calls
apr_global_mutex_child_init(). So I see no good reason to skip this hook
if !APR_HAS_THREADS.

Some #if APR_HAS_THREADS are also already in place in
ap_lua_init_mutex() anyway.

Submitted by: jailletc36
Reviewed by: jaillect36, ylavic, rpluem
Backported by: jailletc36

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1900863 13f79535-47bb-0310-9956-ffa450edef68
modules/lua/mod_lua.c