summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-03-06 22:30:20 +0000
committerErmal Luçi <eri@pfsense.org>2008-03-06 22:30:20 +0000
commit177e04feba471d1762f0e74d4ee3e6de128b3a00 (patch)
treec856c79263048bac9f8c82ac4b4322bed551daf6 /etc
parent973b30392a5a4725c1d1bdff58001aedc32616ff (diff)
downloadpfsense-177e04feba471d1762f0e74d4ee3e6de128b3a00.zip
pfsense-177e04feba471d1762f0e74d4ee3e6de128b3a00.tar.gz
Do not recreate the ciphers repeatedly.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/openvpn.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/inc/openvpn.inc b/etc/inc/openvpn.inc
index 6bba755..489680f 100644
--- a/etc/inc/openvpn.inc
+++ b/etc/inc/openvpn.inc
@@ -627,7 +627,6 @@ function openvpn_restore_all_ciphers() {
// Resync the configuration and restart the VPN
function openvpn_resync($mode, $id) {
- openvpn_restore_all_ciphers();
openvpn_reconfigure($mode, $id);
openvpn_restart($mode, $id);
}
OpenPOWER on IntegriCloud