diff options
author | bcyrill <cyrill@bannwart.info> | 2013-02-12 22:03:52 +0100 |
---|---|---|
committer | bcyrill <cyrill@bannwart.info> | 2013-02-12 22:03:52 +0100 |
commit | a0ad97f278cca5ea2c2cf66f6d94825fd9a2ade5 (patch) | |
tree | b9d8372aa5eb811b3fce5476132d7cb19021aee7 /etc | |
parent | f5b89c39483c67b4290e761d5e4a6e774c0e22d2 (diff) | |
download | pfsense-a0ad97f278cca5ea2c2cf66f6d94825fd9a2ade5.zip pfsense-a0ad97f278cca5ea2c2cf66f6d94825fd9a2ade5.tar.gz |
Remove redundant variable
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inc/vpn.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/inc/vpn.inc b/etc/inc/vpn.inc index 3af1a94..c299822 100644 --- a/etc/inc/vpn.inc +++ b/etc/inc/vpn.inc @@ -145,7 +145,6 @@ function vpn_ipsec_configure($ipchg = false) $ipsecpinghosts = ""; /* step through each phase1 entry */ - $ipsecpinghosts = ""; foreach ($a_phase1 as $ph1ent) { if (isset($ph1ent['disabled'])) continue; |