ACL: fix config get requirepass.

This commit is contained in:
antirez 2019-01-18 11:30:40 +01:00
parent f1e57a86f9
commit b3087f5d6a

View File

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