Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
a63b9c24
Commit
a63b9c24
authored
Aug 23, 2014
by
Juarez Bochi
Committed by
Matt Stancliff
Sep 29, 2014
Browse files
Fix typo in scripting.c comment
Closes #1960
parent
38a5db6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/scripting.c
View file @
a63b9c24
...
@@ -717,7 +717,7 @@ void scriptingInit(void) {
...
@@ -717,7 +717,7 @@ void scriptingInit(void) {
server
.
lua_client
->
flags
|=
REDIS_LUA_CLIENT
;
server
.
lua_client
->
flags
|=
REDIS_LUA_CLIENT
;
}
}
/* Lua beginners ofte
r
don't use "local", this is likely to introduce
/* Lua beginners ofte
n
don't use "local", this is likely to introduce
* subtle bugs in their code. To prevent problems we protect accesses
* subtle bugs in their code. To prevent problems we protect accesses
* to global variables. */
* to global variables. */
scriptingEnableGlobalsProtection
(
lua
);
scriptingEnableGlobalsProtection
(
lua
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment