summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-11-02 21:47:21 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-11-02 21:47:21 +0000
commit0a9251d2164d40b7fa180cfc4a5492ce3d61bafa (patch)
tree95bc58e4e9d3b0cdd6a3d5e4188d4bcb23f009d3 /usr
parent5591f7534bbf5af27dc01f67cbeb8df60b919a3c (diff)
downloadpfsense-0a9251d2164d40b7fa180cfc4a5492ce3d61bafa.zip
pfsense-0a9251d2164d40b7fa180cfc4a5492ce3d61bafa.tar.gz
Actually reload sysctl on changes
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/system_advanced_sysctl.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/system_advanced_sysctl.php b/usr/local/www/system_advanced_sysctl.php
index c261eed..89f202e 100644
--- a/usr/local/www/system_advanced_sysctl.php
+++ b/usr/local/www/system_advanced_sysctl.php
@@ -94,6 +94,7 @@ if ($_POST) {
if ($_POST['apply']) {
$retval = 0;
+ system_setup_sysctl();
$savemsg = get_std_save_message($retval);
unlink_if_exists($d_sysctldirty_path);
}
OpenPOWER on IntegriCloud