Changeset 41813 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jun 18, 2012 12:11:28 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/HostUSBDeviceImpl.cpp
r41528 r41813 1379 1379 /* Take action if we're supposed to attach it to a VM. */ 1380 1380 if (mUniState == kHostUSBDeviceState_AttachingToVM) 1381 { 1382 alock.release(); 1381 1383 attachToVM(mMachine, mMaskedIfs); 1384 alock.acquire(); 1385 } 1382 1386 break; 1383 1387 … … 1468 1472 1469 1473 return fIsImportant; 1470 1471 1474 } 1472 1475
Note:
See TracChangeset
for help on using the changeset viewer.