diff options
author | Ermal <eri@pfsense.org> | 2011-08-03 21:05:04 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2011-08-03 21:05:04 +0000 |
commit | fdce6a9c91d2a56637bfda4fd9360fce9bd6932e (patch) | |
tree | c87a91951f9312c11fabf3a9d04dfac35c9a12cb /config | |
parent | 1f8a72fbf8f59482b4b7d471417d965b945fb361 (diff) | |
download | pfsense-packages-fdce6a9c91d2a56637bfda4fd9360fce9bd6932e.tar.gz pfsense-packages-fdce6a9c91d2a56637bfda4fd9360fce9bd6932e.tar.bz2 pfsense-packages-fdce6a9c91d2a56637bfda4fd9360fce9bd6932e.zip |
Correct suppress file name to prevent issues
Diffstat (limited to 'config')
-rw-r--r-- | config/snort/snort.inc | 2 |
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 */ |