Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
d256abe9
Commit
d256abe9
authored
Jan 07, 2016
by
antirez
Browse files
Another typo in protected mode error message.
parent
06846152
Changes
1
Show whitespace changes
Inline
Side-by-side
src/networking.c
View file @
d256abe9
...
...
@@ -656,7 +656,7 @@ static void acceptCommonHandler(int fd, int flags, char *ip) {
"editing the Redis configuration file, and setting the protected "
"mode option to 'no', and then restarting the server. "
"3) If you started the server manually just for testing, restart "
"it with the '--p
o
rtected-mode no' option. "
"it with the '--pr
o
tected-mode no' option. "
"4) Setup a bind address or an authentication password. "
"NOTE: You only need to do one of the above things in order for "
"the server to start accepting connections from the outside.
\r\n
"
;
...
...
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