mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 16:18:28 -05:00
Make CONFIG GET OOM-score-adj-values case insensitive. (#9114)
This commit is contained in:
parent
4c52aa9faa
commit
1fabb89a41
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user