diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-09-21 20:23:06 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-09-21 20:23:06 +0000 |
commit | e8ad9d31b52243b2eb695ef56bd97d82cfdd53c2 (patch) | |
tree | bff6fc7cba5e21f4698e70edc08beaf1927d04a3 /etc | |
parent | ed3ccdc74c27cf919c52068eeea0ce0a67761aa1 (diff) | |
download | pfsense-e8ad9d31b52243b2eb695ef56bd97d82cfdd53c2.zip pfsense-e8ad9d31b52243b2eb695ef56bd97d82cfdd53c2.tar.gz |
Do not allow openvpn and ipsec entries to run together.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inc/filter.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc index ba638c8..a42b848 100644 --- a/etc/inc/filter.inc +++ b/etc/inc/filter.inc @@ -360,7 +360,6 @@ function get_vpns_list() { } } /* openvpn */ - $isfirst = true; foreach (array('client', 'server') as $type) { $conf =& $config['installedpackages']["openvpn$type"]['config']; if (!is_array($conf)) continue; |