openvpn: use the default of 5 seconds again #952

This commit is contained in:
Franco Fichtner 2017-09-22 19:03:32 +02:00
parent 30f267781c
commit 7ced5ac1b9

View File

@ -890,8 +890,6 @@ function openvpn_reconfigure($mode, $settings, $device_only = false)
if ($settings['resolve_retry']) {
$conf .= "resolv-retry infinite\n";
} else {
$conf .= "resolv-retry 60\n";
}
if ($settings['remote_random']) {