You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
change
if (!strcmp(rulesplit, "bluedot"))
to
if (!strcmp(rulesplit, "bluedot") && config->bluedot_flag == 1)
Looks like rules.c checks to see if the "WITH_BLUEDOT" is set and then checks for "bluedot" in the rule name and then loads the rule.
Changing the if statement to check if the "bluedot_flag" is set first should allow it to skip loading the rule if bluedot is compiled and bluedot is not enabled but rules are enabled.
To be honest... there was no testing of code involved, just reviewing.
No description provided.
The text was updated successfully, but these errors were encountered: