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
98f39a37
Unverified
Commit
98f39a37
authored
Dec 24, 2020
by
xhe
Committed by
GitHub
Dec 24, 2020
Browse files
simplify
Co-authored-by:
Oran Agra
<
oran@redislabs.com
>
parent
723b4a15
Changes
1
Show whitespace changes
Inline
Side-by-side
src/networking.c
View file @
98f39a37
...
...
@@ -2769,7 +2769,7 @@ void helloCommand(client *c) {
return;
}
for (int j =
!ver ? 1 : 2
; j < c->argc; j++) {
for (int j =
next_arg
; j < c->argc; j++) {
int moreargs = (c->argc-1) - j;
const char *opt = c->argv[j]->ptr;
if (!strcasecmp(opt,"AUTH") && moreargs >= 2) {
...
...
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