summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2011-04-19 19:59:29 -0400
committerjim-p <jimp@pfsense.org>2011-04-19 19:59:29 -0400
commitbd24573bb00fcc385587cf87d1d455d000a17ff0 (patch)
tree3d56ec22e64f6bfa55ae2864dff1cf903a7f6cf5 /etc
parent673ee7b1e8fcdcce197d5099e90f93f316893b8d (diff)
downloadpfsense-bd24573bb00fcc385587cf87d1d455d000a17ff0.zip
pfsense-bd24573bb00fcc385587cf87d1d455d000a17ff0.tar.gz
Backing out changes from ticket #1417, it was not a valid openvpn config that the user was trying to make.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/openvpn.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/inc/openvpn.inc b/etc/inc/openvpn.inc
index c82735c..df531c7 100644
--- a/etc/inc/openvpn.inc
+++ b/etc/inc/openvpn.inc
@@ -383,7 +383,6 @@ function openvpn_reconfigure($mode, $settings) {
// configure p2p/server modes
switch($settings['mode']) {
case 'p2p_tls':
- $conf .= "client-config-dir {$g['varetc_path']}/openvpn-csc\n";
case 'p2p_shared_key':
$baselong = ip2long32($ip) & ip2long($mask);
$ip1 = long2ip32($baselong + 1);
OpenPOWER on IntegriCloud