ACL: fix config get requirepass.

This commit is contained in:
antirez 2019-01-18 11:30:40 +01:00
parent 28a026486d
commit 19e9bb2363

View File

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