mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
Replace TABs with 4 spaces.
This commit is contained in:
@@ -679,7 +679,7 @@ static const char *add_rule(cmd_parms *cmd, directory_config *dcfg, int type,
|
||||
if ((rule->actionset->id != NULL) && apr_table_get(dcfg->tmp_rule_placeholders, rule->actionset->id)) {
|
||||
msre_rule *phrule = apr_palloc(rule->ruleset->mp, sizeof(msre_rule));
|
||||
if (phrule == NULL) {
|
||||
return FATAL_ERROR;
|
||||
return FATAL_ERROR;
|
||||
}
|
||||
|
||||
#ifdef DEBUG_CONF
|
||||
|
Reference in New Issue
Block a user