mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Revert previous commits now that IPSEC is reloading correctly.
This commit is contained in:
parent
7c29b7eed9
commit
1a93a8ab10
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user