diff --git a/src/config.c b/src/config.c index 7354a4f0..de3cd012 100644 --- a/src/config.c +++ b/src/config.c @@ -1588,6 +1588,7 @@ void configGetCommand(client *c) { } else { addReplyBulkCString(c,""); } + matches++; } setDeferredMapLen(c,replylen,matches); }