VirtualBox

Changeset 24242 in vbox


Ignore:
Timestamp:
Nov 2, 2009 10:17:38 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
54204
Message:

drvscsiAsyncIOLoopNoPendingDummy: fixed true/false mixup causing trouble on pause and power off.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DrvSCSI.cpp

    r24241 r24242  
    730730{
    731731    if (!pThis->pPendingDummyReq)
    732         return false;
     732        return true;
    733733    int rc = RTReqWait(pThis->pPendingDummyReq, cMillies);
    734734    if (RT_FAILURE(rc))
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette