From 97c772a939192a84e21a03327aeb24af30ee2870 Mon Sep 17 00:00:00 2001 From: Ermal Date: Mon, 21 Jan 2013 10:37:45 +0100 Subject: Add ending comment mark --- config/snort/snort.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/snort') diff --git a/config/snort/snort.inc b/config/snort/snort.inc index 49b9d4df..303fbf07 100755 --- a/config/snort/snort.inc +++ b/config/snort/snort.inc @@ -765,7 +765,7 @@ function build_sid_msg_map($rules_path, $sid_file) { foreach ($rules_array as $rule) { /* Skip any non-rule lines unless we're in */ - /* multiline mode. + /* multiline mode. */ if (!preg_match('/^\s*#*\s*(alert|drop|pass)/i', $rule) && !$b_Multiline) continue; -- cgit v1.2.3