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
7837c480
Commit
7837c480
authored
Jan 20, 2016
by
Salvatore Sanfilippo
Browse files
Merge pull request #3023 from itamarhaber/patch-2
Removes an extra space in protected mode message
parents
83b862a3
57f82302
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/networking.c
View file @
7837c480
...
@@ -625,7 +625,7 @@ static void acceptCommonHandler(int fd, int flags, char *ip) {
...
@@ -625,7 +625,7 @@ static void acceptCommonHandler(int fd, int flags, char *ip) {
"1) Just disable protected mode sending the command "
"1) Just disable protected mode sending the command "
"'CONFIG SET protected-mode no' from the loopback interface "
"'CONFIG SET protected-mode no' from the loopback interface "
"by connecting to Redis from the same host the server is "
"by connecting to Redis from the same host the server is "
"
running, however MAKE SURE Redis is not publicly accessible "
"running, however MAKE SURE Redis is not publicly accessible "
"from internet if you do so. Use CONFIG REWRITE to make this "
"from internet if you do so. Use CONFIG REWRITE to make this "
"change permanent. "
"change permanent. "
"2) Alternatively you can just disable the protected mode by "
"2) Alternatively you can just disable the protected mode by "
...
...
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