Changeset 28138 in vbox for trunk/src/VBox/Main/ConsoleImpl2.cpp
- Timestamp:
- Apr 9, 2010 11:49:05 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 59863
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl2.cpp
r28130 r28138 2599 2599 { 2600 2600 rc = CFGMR3InsertStringW(pCfg, "Network", str); RC_CHECK(); 2601 } 2602 else 2603 { 2604 ULONG uSlot; 2605 hrc = aNetworkAdapter->COMGETTER(Slot)(&uSlot); H(); 2606 rc = CFGMR3InsertStringF(pCfg, "Network", "10.0.%d.0/24", uSlot+2); RC_CHECK(); 2601 2607 } 2602 2608 STR_FREE();
Note:
See TracChangeset
for help on using the changeset viewer.