summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal LUÇI <eri@pfsense.org>2015-01-12 15:14:08 +0100
committerErmal LUÇI <eri@pfsense.org>2015-01-12 15:14:59 +0100
commit324311043385aed357ca8838bde2c3af3111e564 (patch)
treecfd9bc5e5fea15e8d8a0ba4a6576676f186e3fcf /etc
parent0c5e61b15519daa24d42c28d59d77daec8101efe (diff)
downloadpfsense-324311043385aed357ca8838bde2c3af3111e564.zip
pfsense-324311043385aed357ca8838bde2c3af3111e564.tar.gz
Fix typos introduced by chaning to explicit id specification when necessary. Fixes #4202
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 2b33e57..3d21753 100644
--- a/etc/inc/ipsec.inc
+++ b/etc/inc/ipsec.inc
@@ -634,21 +634,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