Changeset 28109 in vbox
- Timestamp:
- Apr 8, 2010 5:14:34 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl2.cpp
r28107 r28109 1649 1649 for (it = llNics.begin(); it != llNics.end(); ++it) 1650 1650 { 1651 Assert(it);1652 1653 1651 /* A NIC with priority 0 is only used if it's first in the list. */ 1654 1652 if (it->mBootPrio == 0 && uBootIdx != 0)
Note:
See TracChangeset
for help on using the changeset viewer.