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

dhcp: style fix

parent 26d9815d
......@@ -1393,8 +1393,9 @@ function services_dhcrelay_configure($verbose = false)
break;
}
}
} else
$destif = get_real_interface("wan");
} else {
$destif = get_real_interface("wan");
}
}
if (!empty($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