diff --git a/src/www/vpn_openvpn_server.php b/src/www/vpn_openvpn_server.php index 63b6e5102..e6c980b07 100644 --- a/src/www/vpn_openvpn_server.php +++ b/src/www/vpn_openvpn_server.php @@ -717,7 +717,7 @@ $( document ).ready(function() { } $grouplist = return_gateway_groups_array(); foreach ($grouplist as $name => $group) { - if ($group['ipprotocol'] != inet) { + if ($group['ipprotocol'] != "inet") { continue; } if ($group[0]['vip'] <> "") {