diff options
author | Ermal Luçi <eri@pfsense.org> | 2014-01-13 08:10:21 -0800 |
---|---|---|
committer | Ermal Luçi <eri@pfsense.org> | 2014-01-13 08:10:21 -0800 |
commit | ebef25e662806d7a05a91012553d3b0ffb406fb6 (patch) | |
tree | 357bc9cf44654cf1ac366e9244f28d2b8a014b9f /config/snort/snort_preprocessors.php | |
parent | 13d9babd775498cf1e3b796e07030e946e1cb12a (diff) | |
parent | af4460ff3f18dff763e0a493ac71be37dd814435 (diff) | |
download | pfsense-packages-ebef25e662806d7a05a91012553d3b0ffb406fb6.tar.gz pfsense-packages-ebef25e662806d7a05a91012553d3b0ffb406fb6.tar.bz2 pfsense-packages-ebef25e662806d7a05a91012553d3b0ffb406fb6.zip |
Merge pull request #572 from bmeeks8/master
Incorporate Ermal's comments -- use conf_mount_rw() only where needed.
Diffstat (limited to 'config/snort/snort_preprocessors.php')
-rwxr-xr-x | config/snort/snort_preprocessors.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/config/snort/snort_preprocessors.php b/config/snort/snort_preprocessors.php index d1b3e5be..26b37e81 100755 --- a/config/snort/snort_preprocessors.php +++ b/config/snort/snort_preprocessors.php @@ -514,8 +514,6 @@ elseif ($_POST['Submit']) { write_config(); } - conf_mount_rw(); - /*************************************************/ /* Update the snort.conf file and rebuild the */ /* rules for this interface. */ @@ -528,8 +526,6 @@ elseif ($_POST['Submit']) { if ($natent['preproc_auto_rule_disable'] == 'off') @unlink("{$disabled_rules_log}"); - conf_mount_ro(); - /*******************************************************/ /* Signal Snort to reload Host Attribute Table if one */ /* is configured and saved. */ |