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
1e7a8f82
Commit
1e7a8f82
authored
Jan 07, 2016
by
antirez
Browse files
Another typo in protected mode error message.
parent
08c7bba3
Changes
1
Show whitespace changes
Inline
Side-by-side
src/networking.c
View file @
1e7a8f82
...
@@ -632,7 +632,7 @@ static void acceptCommonHandler(int fd, int flags, char *ip) {
...
@@ -632,7 +632,7 @@ static void acceptCommonHandler(int fd, int flags, char *ip) {
"editing the Redis configuration file, and setting the protected "
"editing the Redis configuration file, and setting the protected "
"mode option to 'no', and then restarting the server. "
"mode option to 'no', and then restarting the server. "
"3) If you started the server manually just for testing, restart "
"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. "
"4) Setup a bind address or an authentication password. "
"NOTE: You only need to do one of the above things in order for "
"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
"
;
"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