VirtualBox

Ignore:
Timestamp:
Nov 24, 2008 5:23:46 PM (16 years ago)
Author:
vboxsync
Message:

Device/Storage: fix rc update issue, causing failures for no reason.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DrvVD.cpp

    r14526 r14535  
    867867            rc = CFGMR3QueryBool(pCfgHandle, "HostIPStack", &fHostIP);
    868868            if (rc == VERR_CFGM_VALUE_NOT_FOUND)
     869            {
    869870                fHostIP = true;
     871                rc = VINF_SUCCESS;
     872            }
    870873            else if (RT_FAILURE(rc))
    871874            {
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