diff --git a/src/config.c b/src/config.c index 40003f270..c3adab39a 100644 --- a/src/config.c +++ b/src/config.c @@ -1072,7 +1072,7 @@ void configGetCommand(client *c) { matches++; } - if (stringmatch(pattern,"oom-score-adj-values",0)) { + if (stringmatch(pattern,"oom-score-adj-values",1)) { sds buf = sdsempty(); int j;