Actions
Bug #114
openload_action_kind() does nothing with the information that kind is not ruleset settable
Status:
New
Priority:
Normal
Assignee:
-
Category:
Server
Target version:
-
Start date:
01/02/2024
Due date:
% Done:
0%
Estimated time:
Description
load_action_kind() has an empty if -block:
if (action_target_kind_ruleset_var_name(act) == NULL) {
/* Target kind can't be loaded from the ruleset. */
}
Figure out what exactly should happen there, and fix it.
Actions