diff options
Diffstat (limited to 'etc/inc/openvpn.inc')
-rw-r--r-- | etc/inc/openvpn.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/inc/openvpn.inc b/etc/inc/openvpn.inc index 4c23ed0..c03d8a5 100644 --- a/etc/inc/openvpn.inc +++ b/etc/inc/openvpn.inc @@ -483,8 +483,6 @@ function openvpn_reconfigure($mode, $settings) { case "tun": if (!$settings['no_tun_ipv6']) { $conf .= "tun-ipv6\n"; - } else { - } break; } |