summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.c b/src/config.c
index 7354a4f0c..de3cd012e 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);
}