Bug #571 ยป 0063-rscompat-Fix-unused-entry-actions.ui_name_clean_poll.patch
| server/ruleset.c | ||
|---|---|---|
|
break;
|
||
|
}
|
||
|
} action_iterate_end;
|
||
|
if (ok && compat->compat_mode && compat->version < RSFORMAT_3_2) {
|
||
|
secfile_entry_ignore_by_path(file, "actions.ui_name_clean_pollution");
|
||
|
secfile_entry_ignore_by_path(file, "actions.ui_name_clean_fallout");
|
||
|
}
|
||
|
}
|
||
|
if (ok) {
|
||