summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2014-09-12 21:17:24 +0200
committerErmal <eri@pfsense.org>2014-09-12 21:17:24 +0200
commite9a9e1a76815d960abab25d99758d73ca7631579 (patch)
treeb0007ac605f24cb534258078687c40b0147c5447
parent3d77ec5d4dce637b3b7b244436fa482ddfc274c9 (diff)
downloadpfsense-e9a9e1a76815d960abab25d99758d73ca7631579.zip
pfsense-e9a9e1a76815d960abab25d99758d73ca7631579.tar.gz
Remove wrongly used type
-rw-r--r--etc/inc/ipsec.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/ipsec.inc b/etc/inc/ipsec.inc
index c5b9d88..77f948c 100644
--- a/etc/inc/ipsec.inc
+++ b/etc/inc/ipsec.inc
@@ -39,7 +39,7 @@ $ipsec_loglevels = array("dmn" => "Daemon", "mgr" => "SA Manager", "ike" => "IKE
"job" => "Job Processing", "cfg" => "Configuration backend", "knl" => "Kernel Interface",
"net" => "Networking", "asn" => "ASN encoding", "enc" => "Message encoding",
"imc" => "Integrity checker", "imv" => "Integrity Verifier", "pts" => "Platform Trust Service",
- "tls" => "TLS handler", "app" => "Not daemon", "esp" => "IPSec traffic", "lib" => "StrongSWAN Lib");
+ "tls" => "TLS handler", "esp" => "IPSec traffic", "lib" => "StrongSWAN Lib");
$my_identifier_list = array(
'myaddress' => array( 'desc' => gettext('My IP address'), 'mobile' => true ),
OpenPOWER on IntegriCloud