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
fae5ceef
Unverified
Commit
fae5ceef
authored
Dec 25, 2020
by
xhe
Committed by
GitHub
Dec 25, 2020
Browse files
reword
Co-authored-by:
Itamar Haber
<
itamar@redislabs.com
>
parent
46179608
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/networking.c
View file @
fae5ceef
...
...
@@ -2765,7 +2765,7 @@ void helloCommand(client *c) {
if
(
c
->
argc
>=
2
)
{
if
(
getLongLongFromObjectOrReply
(
c
,
c
->
argv
[
next_arg
++
],
&
ver
,
"
The second argument should the protocol version if provided
"
)
!=
C_OK
)
{
"
Protocol version is not an integer or out of range
"
)
!=
C_OK
)
{
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