From e2c9ef13e88c5177e3b9825b039b9f5acc118c3f Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 30 Jan 2007 00:51:32 +0000 Subject: Call filter_configure() not filter_configure_sync() which blocks and waits for the entire filter to reload. Woops. --- usr/local/www/firewall_nat.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local/www') 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)) -- cgit v1.1