From b019f6056f4f370429bcb4497e04828d449c8dd9 Mon Sep 17 00:00:00 2001 From: Felipe Zimmerle Date: Mon, 17 Nov 2014 14:44:17 -0800 Subject: [PATCH] fix typo - Adds a missing "s" while informing the amount of remote loaded rules. - Renames text file that was wrongly named as .py --- apache2/mod_security2.c | 2 +- .../misc/{40-secRemoteRules.py => 40-secRemoteRules.t} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/regression/misc/{40-secRemoteRules.py => 40-secRemoteRules.t} (100%) diff --git a/apache2/mod_security2.c b/apache2/mod_security2.c index 0c7792fd..1d709740 100644 --- a/apache2/mod_security2.c +++ b/apache2/mod_security2.c @@ -774,7 +774,7 @@ static int hook_post_config(apr_pool_t *mp, apr_pool_t *mp_log, apr_pool_t *mp_t else { ap_log_error(APLOG_MARK, APLOG_NOTICE, 0, NULL, - "ModSecurity: Loaded %d rule from: '%s'.", + "ModSecurity: Loaded %d rules from: '%s'.", remote_rules_server->amount_of_rules, remote_rules_server->uri); } diff --git a/tests/regression/misc/40-secRemoteRules.py b/tests/regression/misc/40-secRemoteRules.t similarity index 100% rename from tests/regression/misc/40-secRemoteRules.py rename to tests/regression/misc/40-secRemoteRules.t