mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Fix unknown error msg on rsub
This commit is contained in:
@@ -759,6 +759,10 @@ static int msre_op_rsub_execute(modsec_rec *msr, msre_rule *rule, msre_var *var,
|
||||
}
|
||||
}
|
||||
|
||||
if (! *error_msg) {
|
||||
*error_msg = apr_psprintf(msr->mp, "Operator rsub succeeded.");
|
||||
}
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user