summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2009-06-18 20:20:04 +0000
committerErmal Luçi <eri@pfsense.org>2009-06-18 20:20:04 +0000
commitf2333a997d966d3853bdf8d1608ad4a38fcffa56 (patch)
treec4bbd4639d151a701f607d026159ec89103ceaff /etc
parent3d999c5d4307147577559941db997770fe17e63b (diff)
downloadpfsense-f2333a997d966d3853bdf8d1608ad4a38fcffa56.zip
pfsense-f2333a997d966d3853bdf8d1608ad4a38fcffa56.tar.gz
Remove filter_configure from openvpn.inc it just ends up in recursive calls.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/openvpn.inc5
1 files changed, 0 insertions, 5 deletions
diff --git a/etc/inc/openvpn.inc b/etc/inc/openvpn.inc
index fe7be42..c86e42a 100644
--- a/etc/inc/openvpn.inc
+++ b/etc/inc/openvpn.inc
@@ -636,11 +636,6 @@ function openvpn_resync_all() {
foreach ($config['openvpn']['openvpn-csc'] as & $settings)
openvpn_resync_csc($settings);
- /* give speedy machines time to settle */
- sleep(5);
-
- /* reload the filter policy */
- filter_configure();
}
?>
OpenPOWER on IntegriCloud