reword
Co-authored-by: Itamar Haber <itamar@redislabs.com>
This commit is contained in:
parent
acd8fac359
commit
d411c39bc5
@ -2765,7 +2765,7 @@ void helloCommand(client *c) {
|
|||||||
|
|
||||||
if (c->argc >= 2) {
|
if (c->argc >= 2) {
|
||||||
if (getLongLongFromObjectOrReply(c, c->argv[next_arg++], &ver,
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user