diff options
author | Ermal Luçi <eri@pfsense.org> | 2009-02-15 21:39:54 +0000 |
---|---|---|
committer | Ermal Luçi <eri@pfsense.org> | 2009-02-15 21:39:54 +0000 |
commit | 01c41d40d627afac2e231d3eb4098f384b31ab8a (patch) | |
tree | e8cd925c72eef42dc4b215c030ff4e71115236fc | |
parent | 4d5cdf027bc9b33abf703871632c48bb62416f02 (diff) | |
download | pfsense-01c41d40d627afac2e231d3eb4098f384b31ab8a.zip pfsense-01c41d40d627afac2e231d3eb4098f384b31ab8a.tar.gz |
Increase time to wait after killing mpd4 on l2tp case.
-rw-r--r-- | etc/inc/vpn.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/vpn.inc b/etc/inc/vpn.inc index 2167eac..a698516 100644 --- a/etc/inc/vpn.inc +++ b/etc/inc/vpn.inc @@ -1299,7 +1299,7 @@ function vpn_l2tp_configure() { killbypid("{$g['varrun_path']}/l2tp-vpn.pid"); /* wait for process to die */ - sleep(2); + sleep(8); } |