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
08c7bba3
Commit
08c7bba3
authored
Jan 07, 2016
by
antirez
Browse files
Fix protected mode error message typo.
parent
edd4d555
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/networking.c
View file @
08c7bba3
...
...
@@ -619,7 +619,7 @@ static void acceptCommonHandler(int fd, int flags, char *ip) {
"-DENIED Redis is running in protected mode because protected "
"mode is enabled, no bind address was specified, no "
"authentication password is requested to clients. In this mode "
"connections are only accepted from the loo
k
back interface. "
"connections are only accepted from the loo
p
back interface. "
"If you want to connect from external computers to Redis you "
"may adopt one of the following solutions: "
"1) Just disable protected mode sending the command "
...
...
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