Changeset 70628 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Jan 18, 2018 12:09:41 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 120352
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r70606 r70628 4954 4954 AssertLogRelRCReturn(rc, rc); 4955 4955 4956 /* nuke anything which might have been left behind. */4956 /* Nuke anything which might have been left behind. */ 4957 4957 CFGMR3RemoveNode(CFGMR3GetChildF(pInst, "LUN#%u", uLun)); 4958 4958 } … … 4969 4969 #endif /* VBOX_WITH_NETSHAPER */ 4970 4970 4971 Utf8Str strNetDriver; 4972 4973 4974 InsertConfigNode(pInst, "LUN#0", &pLunL0); 4971 AssertMsg(uLun == 0, ("Network attachments with LUN > 0 are not supported yet\n")); 4972 CFGMR3InsertNodeF(pInst, &pLunL0, "LUN#%u", uLun); 4975 4973 4976 4974 #ifdef VBOX_WITH_NETSHAPER
Note:
See TracChangeset
for help on using the changeset viewer.