]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
The default value of 'inherit' should be AP_LUA_INHERIT_UNSET.
authorChristophe Jaillet <jailletc36@apache.org>
Sat, 3 Dec 2016 21:37:52 +0000 (21:37 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sat, 3 Dec 2016 21:37:52 +0000 (21:37 +0000)
commitcd677cee0c027fbd87f13c3782cd300792704683
tree7588ece7e2bb9af1084c6a8f4e820a373c25b152
parent6efb076e68fd8c843c0337f3314af21e5be559d3
The default value of 'inherit' should be AP_LUA_INHERIT_UNSET.
With this value, the behavior is the same as 'parent-first' in the 'LuaInherit' directive

If not explicitelly initialized, its value is 0 because of the 'apr_calloc 'in 'create_dir_config'. 0 means 'AP_LUA_INHERIT_NONE'

PR 60419

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