Revert "Detailed error message when writing collections"

This commit is contained in:
Ervin Hegedus
2024-02-07 22:40:39 +01:00
committed by GitHub
parent bdae95a93e
commit 4b936128c3
2 changed files with 2 additions and 5 deletions

View File

@@ -1749,9 +1749,6 @@ char *parser_conn_limits_operator(apr_pool_t *mp, const char *p2,
apr_filepath_merge(&file, config_orig_path, param, APR_FILEPATH_TRUENAME,
mp);
if (config_orig_path == NULL) {
return apr_psprintf(mp, "ModSecurity: failed to duplicate filename in parser_conn_limits_operator");
}
if ((strncasecmp(p2, "!@ipMatchFromFile", strlen("!@ipMatchFromFile")) == 0) ||
(strncasecmp(p2, "!@ipMatchF", strlen("!@ipMatchF")) == 0)) {