summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-01-07 12:47:26 -0600
committerChris Buechler <cmb@pfsense.org>2015-01-07 12:47:42 -0600
commitd2884b9ae0e3b9ed6e28da30dd7918e47d03b4ce (patch)
treef6b7808f57a81f80392b8a240381b571549517db /etc
parent45efe1b672f16a5c4b1e856f1deb2e55dde1c6e4 (diff)
downloadpfsense-d2884b9ae0e3b9ed6e28da30dd7918e47d03b4ce.zip
pfsense-d2884b9ae0e3b9ed6e28da30dd7918e47d03b4ce.tar.gz
fix spelling of compression
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/vpn.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/vpn.inc b/etc/inc/vpn.inc
index 278fb45..d5775da 100644
--- a/etc/inc/vpn.inc
+++ b/etc/inc/vpn.inc
@@ -825,7 +825,7 @@ EOD;
EOD;
- if (isset($config['ipsec']['commpression'])) {
+ if (isset($config['ipsec']['compression'])) {
$ipsecconnect .= '\tcompress = yes\n';
$enablecompression = true;
}
OpenPOWER on IntegriCloud