summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-01-30 00:51:32 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-01-30 00:51:32 +0000
commite2c9ef13e88c5177e3b9825b039b9f5acc118c3f (patch)
tree7ca66d0c23f83d20ab7e4495ad1b85b767dd9237 /usr
parent37f54a713f90c4be17ab074400faed7e9f0aa156 (diff)
downloadpfsense-e2c9ef13e88c5177e3b9825b039b9f5acc118c3f.zip
pfsense-e2c9ef13e88c5177e3b9825b039b9f5acc118c3f.tar.gz
Call filter_configure() not filter_configure_sync() which blocks and waits for the entire filter to reload. Woops.
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/firewall_nat.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_nat.php b/usr/local/www/firewall_nat.php
index 55084bb..986322e 100755
--- a/usr/local/www/firewall_nat.php
+++ b/usr/local/www/firewall_nat.php
@@ -58,7 +58,7 @@ if ($_POST) {
$savemsg = $retval;
unlink_if_exists("/tmp/config.cache");
- $retval |= filter_configure_sync();
+ $retval |= filter_configure();
if ($retval == 0) {
if (file_exists($d_natconfdirty_path))
OpenPOWER on IntegriCloud