aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/snort/snort.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/snort/snort.inc b/config/snort/snort.inc
index 52b61ade..4647fc34 100644
--- a/config/snort/snort.inc
+++ b/config/snort/snort.inc
@@ -1696,7 +1696,7 @@ function generate_snort_conf($id, $if_real, $snort_uuid)
$threshold_file_name = "";
if ($snortcfg['suppresslistname'] != 'default') {
if (file_exists("/usr/local/etc/snort/suppress/{$snortcfg['suppresslistname']}"))
- $threshold_file_name = "include /usr/local/etc/snort/suppress/{$threshold_name}";
+ $threshold_file_name = "include /usr/local/etc/snort/suppress/{$snortcfg['suppresslistname']}";
}
/* define servers and ports snortdefservers */