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
364aeed9
"vscode:/vscode.git/clone" did not exist on "89d95ec2e7ae80770b91e0c5d800f8d637e352e2"
Commit
364aeed9
authored
Aug 23, 2014
by
Juarez Bochi
Committed by
antirez
Oct 06, 2014
Browse files
Fix typo in scripting.c comment
Closes #1960
parent
a7a2f69b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/scripting.c
View file @
364aeed9
...
@@ -716,7 +716,7 @@ void scriptingInit(void) {
...
@@ -716,7 +716,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