mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
mod_lua: Fix signedness/other small bugs as per cjaillet/fuankg's emails - thanks guys :)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1421780 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -83,7 +83,7 @@ typedef enum {
|
||||
AP_LUA_INHERIT_UNSET = -1,
|
||||
AP_LUA_INHERIT_NONE = 0,
|
||||
AP_LUA_INHERIT_PARENT_FIRST = 1,
|
||||
AP_LUA_INHERIT_PARENT_LAST = 2,
|
||||
AP_LUA_INHERIT_PARENT_LAST = 2
|
||||
} ap_lua_inherit_t;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user