From 242d34175697d7cc185d3a2c4ffbae7a9ddba06b Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Sun, 27 Sep 2020 07:52:55 +0000 Subject: Add missing "const" or "static const" qualifiers in some command_rec definitions. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1882053 13f79535-47bb-0310-9956-ffa450edef68 --- modules/lua/mod_lua.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/lua') diff --git a/modules/lua/mod_lua.c b/modules/lua/mod_lua.c index 2790a47cc5..b70ecd323e 100644 --- a/modules/lua/mod_lua.c +++ b/modules/lua/mod_lua.c @@ -1853,7 +1853,7 @@ static const char *register_authz_provider(cmd_parms *cmd, void *_cfg, } -command_rec lua_commands[] = { +static const command_rec lua_commands[] = { AP_INIT_TAKE1("LuaRoot", register_lua_root, NULL, OR_ALL, "Specify the base path for resolving relative paths for mod_lua directives"), -- cgit v1.2.3