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
14e026e6
Unverified
Commit
14e026e6
authored
Aug 26, 2022
by
Paul Menzel
Committed by
GitHub
Aug 26, 2022
Browse files
Correct grammatical error in for DENIED error message (#11192)
networking: Spell verb *set up* with space in error message
parent
c789fb0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/networking.c
View file @
14e026e6
...
@@ -1253,7 +1253,7 @@ void clientAcceptHandler(connection *conn) {
...
@@ -1253,7 +1253,7 @@ void clientAcceptHandler(connection *conn) {
"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 '--protected-mode no' option. "
"it with the '--protected-mode no' option. "
"4) Setup
a
an authentication password for the default user. "
"4) Set
up an authentication password for the default user. "
"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
"
;
if
(
connWrite
(
c
->
conn
,
err
,
strlen
(
err
))
==
-
1
)
{
if
(
connWrite
(
c
->
conn
,
err
,
strlen
(
err
))
==
-
1
)
{
...
...
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