VirtualBox

Changeset 66783 in vbox


Ignore:
Timestamp:
May 4, 2017 11:12:43 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
115195
Message:

FE/Qt: bugref:8847: Host Network Manager: Nit (s.a. r115194).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/hostnetwork/UIHostNetworkManager.cpp

    r66782 r66783  
    553553        /* Find corresponding interface again (if necessary): */
    554554        if (!comInterface.isOk())
     555        {
    555556            comInterface = comHost.FindHostNetworkInterfaceByName(oldData.m_interface.m_strName);
    556557
    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        }
    560562
    561563        /* If interface is Ok now: */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette