summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-06-05 00:22:54 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-06-05 00:22:54 +0000
commit24e53389c2c7fa50006db64ae7f4ab832a10b177 (patch)
treec275e29433f6654369a9a3ccc4205d07c5fd4c45 /usr/local
parent857f842aa923fa49301228041c92cf13da0bcc3f (diff)
downloadpfsense-24e53389c2c7fa50006db64ae7f4ab832a10b177.zip
pfsense-24e53389c2c7fa50006db64ae7f4ab832a10b177.tar.gz
Revert previous commits now that IPSEC is reloading correctly.
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/vpn_ipsec.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/vpn_ipsec.php b/usr/local/www/vpn_ipsec.php
index dd699f2..02be63c 100755
--- a/usr/local/www/vpn_ipsec.php
+++ b/usr/local/www/vpn_ipsec.php
@@ -59,7 +59,7 @@ if ($_POST) {
$retval = 0;
config_lock();
- $retval = vpn_ipsec_force_reload();
+ $retval = vpn_ipsec_configure();
config_unlock();
/* reload the filter in the background */
filter_configure();
OpenPOWER on IntegriCloud