mirror of https://mirror.osredm.com/root/redis.git
Merge branch 'unstable' of github.com:/antirez/redis into unstable
This commit is contained in:
commit
3b644e82b0
|
@ -839,6 +839,8 @@ void luaLoadLibraries(lua_State *lua) {
|
|||
void luaRemoveUnsupportedFunctions(lua_State *lua) {
|
||||
lua_pushnil(lua);
|
||||
lua_setglobal(lua,"loadfile");
|
||||
lua_pushnil(lua);
|
||||
lua_setglobal(lua,"dofile");
|
||||
}
|
||||
|
||||
/* This function installs metamethods in the global table _G that prevent
|
||||
|
|
Loading…
Reference in New Issue