summaryrefslogtreecommitdiffstats
path: root/etc/inc/openvpn.inc
diff options
context:
space:
mode:
authorErmal LUÇI <eri@pfsense.org>2015-06-09 01:36:06 +0200
committerErmal LUÇI <eri@pfsense.org>2015-06-09 01:36:06 +0200
commitad1e7a8cd96886a4577f0af2b1ff6ab2ce91d098 (patch)
tree1665330751792441a7e0c3148acbcd05b3d1c01e /etc/inc/openvpn.inc
parent3386101487d6beda23925ce02e301af547c4b460 (diff)
downloadpfsense-ad1e7a8cd96886a4577f0af2b1ff6ab2ce91d098.zip
pfsense-ad1e7a8cd96886a4577f0af2b1ff6ab2ce91d098.tar.gz
Add a space to the script to avoid that appended parameters seem the same as existing one
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 d7edb63..6579835 100644
--- a/etc/inc/openvpn.inc
+++ b/etc/inc/openvpn.inc
@@ -630,7 +630,7 @@ function openvpn_reconfigure($mode, $settings) {
$cert = lookup_cert($settings['certref']);
/* XXX: Seems not used at all! */
$servercn = urlencode(cert_get_cn($cert['crt']));
- $conf .= "tls-verify \"/usr/local/sbin/ovpn_auth_verify tls '{$servercn}' {$settings['cert_depth']}\"\n";
+ $conf .= "tls-verify \"/usr/local/sbin/ovpn_auth_verify tls '{$servercn}' {$settings['cert_depth']} \"\n";
}
}
OpenPOWER on IntegriCloud