VirtualBox

Changeset 57599 in vbox


Ignore:
Timestamp:
Sep 2, 2015 4:38:22 PM (9 years ago)
Author:
vboxsync
Message:

Main/ConsoleImpl: don't complain if NAT redirection rules should be changed but there is no network adapter attached

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl.cpp

    r57595 r57599  
    40864086            if (RT_FAILURE(vrc))
    40874087            {
     4088                /* This may happen if the NAT network adapter is currently not attached.
     4089                 * This is a valid condition. */
     4090                if (vrc == VERR_PDM_NO_DRIVER_ATTACHED_TO_LUN)
     4091                    break;
    40884092                ComAssertRC(vrc);
    40894093                rc = E_FAIL;
Note: See TracChangeset for help on using the changeset viewer.

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