summaryrefslogtreecommitdiffstats
path: root/etc/inc/openvpn.inc
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2013-10-31 15:03:04 -0400
committerjim-p <jimp@pfsense.org>2013-10-31 15:03:04 -0400
commit9ed529906cf9dc2a571df550a813855de2a9b0b8 (patch)
treed284a9dd1a6a67c20b01c789b3c0e7a7d7302ff4 /etc/inc/openvpn.inc
parentedba19827078642a765df3a49e60ab92968cacc6 (diff)
downloadpfsense-9ed529906cf9dc2a571df550a813855de2a9b0b8.zip
pfsense-9ed529906cf9dc2a571df550a813855de2a9b0b8.tar.gz
Unset value should be '' and not 'none'
Diffstat (limited to 'etc/inc/openvpn.inc')
-rw-r--r--etc/inc/openvpn.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/openvpn.inc b/etc/inc/openvpn.inc
index 57ee7c3..d2132c8 100644
--- a/etc/inc/openvpn.inc
+++ b/etc/inc/openvpn.inc
@@ -96,7 +96,7 @@ $openvpn_client_modes = array(
global $openvpn_compression_modes;
$openvpn_compression_modes = array(
- 'none' => gettext("No Preference"),
+ '' => gettext("No Preference"),
'no' => gettext("Disabled - No Compression"),
'adaptive' => gettext("Enabled with Adaptive Compression"),
'yes' => gettext("Enabled without Adaptive Compression"));
OpenPOWER on IntegriCloud