Feature #1168 ยป 0068-rscompat-Configure-action-by-old-ui_name-only-if-non.patch
server/ruleset/rscompat.c | ||
---|---|---|
if (text == nullptr) {
|
||
text = def;
|
||
} else {
|
||
paction->configured = TRUE;
|
||
if (strcmp(def, text)) {
|
||
paction->configured = TRUE;
|
||
}
|
||
}
|
||
}
|
||