Changeset 66783 in vbox
- Timestamp:
- May 4, 2017 11:12:43 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 115195
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/hostnetwork/UIHostNetworkManager.cpp
r66782 r66783 553 553 /* Find corresponding interface again (if necessary): */ 554 554 if (!comInterface.isOk()) 555 { 555 556 comInterface = comHost.FindHostNetworkInterfaceByName(oldData.m_interface.m_strName); 556 557 557 /* Show error message if necessary: */ 558 if (!comHost.isOk() || comInterface.isNull()) 559 msgCenter().cannotFindHostNetworkInterface(comHost, oldData.m_interface.m_strName, this); 558 /* Show error message if necessary: */ 559 if (!comHost.isOk() || comInterface.isNull()) 560 msgCenter().cannotFindHostNetworkInterface(comHost, oldData.m_interface.m_strName, this); 561 } 560 562 561 563 /* If interface is Ok now: */
Note:
See TracChangeset
for help on using the changeset viewer.