Changeset 54147 in vbox
- Timestamp:
- Feb 11, 2015 4:16:36 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIIndicatorsPool.cpp
r54146 r54147 410 410 { 411 411 const CNetworkAdapter &adapter = machine.GetNetworkAdapter(uSlot); 412 if ( adapter.GetEnabled())412 if (machine.isOk() && !adapter.isNull() && adapter.GetEnabled()) 413 413 { 414 414 fAdaptersPresent = true;
Note:
See TracChangeset
for help on using the changeset viewer.