VirtualBox

Changeset 49388 in vbox


Ignore:
Timestamp:
Nov 4, 2013 10:46:38 PM (11 years ago)
Author:
vboxsync
Message:

Storage: Small fix to previous change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Storage/VD.cpp

    r49387 r49388  
    15191519        {
    15201520            /* The given I/O context was processed, pass the return code to the caller. */
    1521             if (rcTmp == VINF_VD_ASYNC_IO_FINISHED)
     1521            if (   rcTmp == VINF_VD_ASYNC_IO_FINISHED
     1522                && (pTmp->fFlags & VDIOCTX_FLAGS_SYNC))
    15221523                rc = pTmp->rcReq;
    15231524            else
Note: See TracChangeset for help on using the changeset viewer.

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