Catch up with code change. Pointy-hat: myself

This commit is contained in:
Ermal 2013-01-27 15:52:44 +00:00
parent 029b377a54
commit ab873ccddf

View File

@ -1083,7 +1083,7 @@ function is_dhcpv6_server_enabled() {
return false;
foreach ($config['dhcpdv6'] as $dhcpv6if => $dhcpv6ifconf) {
if (isset($dhcpv6ifconf['enable']) && isset($Iflist[$dhcpv6if]))
if (isset($dhcpv6ifconf['enable']) && !empty($config['interfaces'][$dhcpv6if]))
return true;
}