diff options
author | Ermal LUÇI <eri@pfsense.org> | 2015-04-23 20:17:14 +0200 |
---|---|---|
committer | Ermal LUÇI <eri@pfsense.org> | 2015-04-23 20:17:14 +0200 |
commit | edda5d0bc9fe265483e2ed06d0dc39b2ec65d20a (patch) | |
tree | 4d0332b01da7c1c97d4a99f9623cd78037b4c60d /etc/inc/vpn.inc | |
parent | d6f74188816a6a3e1cb25527ecefad4a751e1237 (diff) | |
download | pfsense-edda5d0bc9fe265483e2ed06d0dc39b2ec65d20a.zip pfsense-edda5d0bc9fe265483e2ed06d0dc39b2ec65d20a.tar.gz |
This was meant to remove duplicates here, even though charon will do by itself but better do it since it was meant to.
Diffstat (limited to 'etc/inc/vpn.inc')
-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 83e8397..5a34028 100644 --- a/etc/inc/vpn.inc +++ b/etc/inc/vpn.inc @@ -1203,7 +1203,7 @@ EOD; foreach ($leftsubnet_spec as $leftsubnet) { $tempsubnets[$leftsubnet] = $leftsubnet; } - $ipsecfin .= "\tleftsubnet = " . join(",", $leftsubnet_spec) . "\n"; + $ipsecfin .= "\tleftsubnet = " . join(",", $tempsubnets) . "\n"; unset($tempsubnets, $leftsubnet); } } |