summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal LUÇI <eri@pfsense.org>2015-04-21 19:40:11 +0200
committerErmal LUÇI <eri@pfsense.org>2015-04-21 19:40:11 +0200
commite1bcb659bec75cfed3df987013f16258be41494a (patch)
treeed021f4e92c1cbe1c820cd41eaa9727ecf1b745c /etc
parent7b9d7eac047a5265061e40493c3f95be1d4c4238 (diff)
downloadpfsense-e1bcb659bec75cfed3df987013f16258be41494a.zip
pfsense-e1bcb659bec75cfed3df987013f16258be41494a.tar.gz
s/;/:/
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/ipsec.inc10
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/inc/ipsec.inc b/etc/inc/ipsec.inc
index fe45912..8bfed07 100644
--- a/etc/inc/ipsec.inc
+++ b/etc/inc/ipsec.inc
@@ -671,21 +671,21 @@ function ipsec_find_id(& $ph1ent, $side = "local", $rgmap = array()) {
$thisid_type = 'address';
$thisid_data = $rgmap[$ph1ent['remote-gateway']];
break;
- case 'address';
+ case 'address':
$thisid_data = $id_data;
break;
- case 'fqdn';
+ case 'fqdn':
$thisid_data = "{$id_data}";
break;
- case 'keyid tag';
+ case 'keyid tag':
$thisid_type = 'keyid';
$thisid_data = "{$thisid_data}";
break;
- case 'user_fqdn';
+ case 'user_fqdn':
$thisid_type = 'userfqdn';
$thisid_data = "{$id_data}";
break;
- case 'asn1dn';
+ case 'asn1dn':
$thisid_data = $id_data;
$thisid_data = "{$id_data}";
break;
OpenPOWER on IntegriCloud