mirror of
https://github.com/apache/httpd.git
synced 2025-08-05 16:55:50 +03:00
Fix some style issues on files that can easily be synch'ed with 2.4.x
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1705983 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -141,7 +141,8 @@ static int cfg_directory(lua_State *L)
|
||||
return 1;
|
||||
}
|
||||
|
||||
/*static int cfg_root(lua_State *L) {
|
||||
/*static int cfg_root(lua_State *L)
|
||||
{
|
||||
ap_lua_dir_cfg *cfg = check_dir_config(L, 1);
|
||||
lua_pushstring(L, cfg->root_path);
|
||||
return 1;
|
||||
|
Reference in New Issue
Block a user