summaryrefslogtreecommitdiffstats
path: root/etc/inc/openvpn.inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2012-04-05 20:30:36 +0000
committerErmal <eri@pfsense.org>2012-04-05 20:30:51 +0000
commit67898061e6a31cec378acf59eec1a23b99cf5aa7 (patch)
tree7ae7ca5ba19a6dbed7556bb8094252ead7ab7d3f /etc/inc/openvpn.inc
parent7b47bd4c3ce792e94eca430f22891eb1dd36bb3c (diff)
downloadpfsense-67898061e6a31cec378acf59eec1a23b99cf5aa7.zip
pfsense-67898061e6a31cec378acf59eec1a23b99cf5aa7.tar.gz
Unbreak openvpn
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 6575842..04b07d7 100644
--- a/etc/inc/openvpn.inc
+++ b/etc/inc/openvpn.inc
@@ -673,7 +673,7 @@ function openvpn_restart($mode, $settings) {
return;
/* Do not start if we are a CARP backup on this vip! */
- if ((strstr($settings['interface'], "_vip") && (get_carp_interface_status($settings['interface']) == "BACKUP"))
+ if (strstr($settings['interface'], "_vip") && (get_carp_interface_status($settings['interface']) == "BACKUP"))
return;
/* start the new process */
OpenPOWER on IntegriCloud