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
7de6e302
Commit
7de6e302
authored
Jan 18, 2019
by
antirez
Browse files
ACL: fix config get requirepass.
parent
ac6e49de
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/config.c
View file @
7de6e302
...
...
@@ -1588,6 +1588,7 @@ void configGetCommand(client *c) {
}
else
{
addReplyBulkCString
(
c
,
""
);
}
matches
++
;
}
setDeferredMapLen
(
c
,
replylen
,
matches
);
}
...
...
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