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
f6711b7d
Commit
f6711b7d
authored
Dec 24, 2020
by
xhe
Browse files
reword
Signed-off-by:
xhe
<
xw897002528@gmail.com
>
parent
955e00fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/networking.c
View file @
f6711b7d
...
...
@@ -2770,7 +2770,7 @@ void helloCommand(client *c) {
}
if
(
!
ver
&&
next_arg
<
c
->
argc
)
{
addReplyError
(
c
,
"
Authentication n
eed
s
to provide an protocol version"
);
addReplyError
(
c
,
"
N
eed to provide an protocol version
for other arguments
"
);
return
;
}
...
...
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