summaryrefslogtreecommitdiffstats
path: root/etc/inc/vpn.inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2014-11-12 21:41:40 +0100
committerErmal <eri@pfsense.org>2014-11-12 21:41:52 +0100
commit21cd92ac0187b0c21a17af54baa550ca9b8d7b4f (patch)
tree497932a48114ac925d02dbdedbd02be69e317b1b /etc/inc/vpn.inc
parentc9b70c0a675587ee57eec93d41b729288e8fb773 (diff)
downloadpfsense-21cd92ac0187b0c21a17af54baa550ca9b8d7b4f.zip
pfsense-21cd92ac0187b0c21a17af54baa550ca9b8d7b4f.tar.gz
Oops wrong choice the checkbox is only for javascript
Diffstat (limited to 'etc/inc/vpn.inc')
-rw-r--r--etc/inc/vpn.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/vpn.inc b/etc/inc/vpn.inc
index 0fbecd2..f1f97fe 100644
--- a/etc/inc/vpn.inc
+++ b/etc/inc/vpn.inc
@@ -569,7 +569,7 @@ EOD;
$ealgosp1 .= "!";
}
- if (isset($ph1ent['dpd_enable']) && $ph1ent['dpd_delay'] && $ph1ent['dpd_maxfail']) {
+ if ($ph1ent['dpd_delay'] && $ph1ent['dpd_maxfail']) {
if ($passive == "route")
$dpdline = "dpdaction = restart";
else
OpenPOWER on IntegriCloud