Revert previous commits now that IPSEC is reloading correctly.

This commit is contained in:
Scott Ullrich 2007-06-05 00:23:07 +00:00
parent 7c29b7eed9
commit 1a93a8ab10

View File

@ -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();