Commit 6124cdc4 authored by Franco Fichtner's avatar Franco Fichtner

dhcp: style fix

parent 26d9815d
...@@ -1393,9 +1393,10 @@ function services_dhcrelay_configure($verbose = false) ...@@ -1393,9 +1393,10 @@ function services_dhcrelay_configure($verbose = false)
break; break;
} }
} }
} else } else {
$destif = get_real_interface("wan"); $destif = get_real_interface("wan");
} }
}
if (!empty($destif)) { if (!empty($destif)) {
$dhcrelayifs[] = $destif; $dhcrelayifs[] = $destif;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment