mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Rename placeholder type from RULE_PH_TARGET to RULE_PH_SKIPAFTER.
This commit is contained in:
@@ -110,7 +110,7 @@ int DSOLOCAL msre_ruleset_phase_rule_remove_with_exception(msre_ruleset *ruleset
|
||||
#define RULE_MATCH 1
|
||||
|
||||
#define RULE_PH_NONE 0 /* Not a placeholder */
|
||||
#define RULE_PH_TARGET 1 /* Placeholder for skipafter targets */
|
||||
#define RULE_PH_SKIPAFTER 1 /* Placeholder for skipAfter targets */
|
||||
|
||||
struct msre_rule {
|
||||
apr_array_header_t *targets;
|
||||
|
Reference in New Issue
Block a user