ACL: fix config get requirepass.

This commit is contained in:
antirez 2019-01-18 11:30:40 +01:00
parent ac6e49de48
commit 7de6e30241

View File

@ -1588,6 +1588,7 @@ void configGetCommand(client *c) {
} else {
addReplyBulkCString(c,"");
}
matches++;
}
setDeferredMapLen(c,replylen,matches);
}