mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Break from the loop when we run out of interfaces in console 'Assign Interfaces'.
This commit is contained in:
parent
286cd23124
commit
d326425ec7
@ -165,8 +165,8 @@ EOD;
|
||||
$optif = array();
|
||||
|
||||
if ($lanif <> "") {
|
||||
while (1) {
|
||||
if ($optif[$i]) {
|
||||
while (strlen(trim($ifsmallist)) > 0) {
|
||||
if (!empty($optif[$i])) {
|
||||
$i++;
|
||||
}
|
||||
$io = $i + 1;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user