summaryrefslogtreecommitdiffstats
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:36 +0000
commitd34b186c1b229897fda755054ac1e54dd2ffd8d8 (patch)
tree55036e9c22dffa1a8ddf9ab0583bb34ad23394b9
parentccf346ddb80997a4426484c25e5c3bd8a223990f (diff)
downloadpfsense-d34b186c1b229897fda755054ac1e54dd2ffd8d8.zip
pfsense-d34b186c1b229897fda755054ac1e54dd2ffd8d8.tar.gz
Unbreak openvpn
-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 7d10f77..f4001ec 100644
--- a/etc/inc/openvpn.inc
+++ b/etc/inc/openvpn.inc
@@ -626,7 +626,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