Changeset 27714 in vbox for trunk/src/VBox/Main
- Timestamp:
- Mar 25, 2010 3:37:32 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl2.cpp
r27708 r27714 2627 2627 if (!pszColon) 2628 2628 { 2629 hrc = aNetworkAdapter->Detach(); H(); 2629 /* 2630 * Dynamic changing of attachment causes an attempt to configure 2631 * network with invalid host adapter (as it is must be changed before 2632 * the attachment), calling Detach here will cause a deadlock. 2633 * See #4750. 2634 * hrc = aNetworkAdapter->Detach(); H(); 2635 */ 2630 2636 return VMSetError(pVM, VERR_INTERNAL_ERROR, RT_SRC_POS, 2631 2637 N_("Malformed host interface networking name '%ls'"),
Note:
See TracChangeset
for help on using the changeset viewer.