mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
ACL: fix config get requirepass.
This commit is contained in:
@@ -1588,6 +1588,7 @@ void configGetCommand(client *c) {
|
||||
} else {
|
||||
addReplyBulkCString(c,"");
|
||||
}
|
||||
matches++;
|
||||
}
|
||||
setDeferredMapLen(c,replylen,matches);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user