Changeset 36021 in vbox for trunk/src/VBox
- Timestamp:
- Feb 18, 2011 2:59:37 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r35921 r36021 3349 3349 } 3350 3350 3351 /* Custom code: put marker to not use host IP stack to driver3352 * configuration node. Simplifies life of DrvVD a bit. */3353 if (!fHostIP)3354 InsertConfigInteger(pCfg, "HostIPStack", 0);3355 3356 3351 /* next */ 3357 3352 pParent = pCur; 3358 3353 pParentMedium = pMedium; 3359 3354 } 3355 3356 /* Custom code: put marker to not use host IP stack to driver 3357 * configuration node. Simplifies life of DrvVD a bit. */ 3358 if (!fHostIP) 3359 InsertConfigInteger(pCfg, "HostIPStack", 0); 3360 3360 } 3361 3361 }
Note:
See TracChangeset
for help on using the changeset viewer.