Changeset 14535 in vbox for trunk/src/VBox/Devices/Storage/DrvVD.cpp
- Timestamp:
- Nov 24, 2008 5:23:46 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DrvVD.cpp
r14526 r14535 867 867 rc = CFGMR3QueryBool(pCfgHandle, "HostIPStack", &fHostIP); 868 868 if (rc == VERR_CFGM_VALUE_NOT_FOUND) 869 { 869 870 fHostIP = true; 871 rc = VINF_SUCCESS; 872 } 870 873 else if (RT_FAILURE(rc)) 871 874 {
Note:
See TracChangeset
for help on using the changeset viewer.