VirtualBox

Changeset 56425 in vbox


Ignore:
Timestamp:
Jun 15, 2015 11:03:09 AM (9 years ago)
Author:
vboxsync
Message:

VBoxSCSI: fixed assertions

File:
1 edited

Legend:

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

    r56413 r56425  
    356356
    357357    /* Accesses without a valid buffer will be ignored. */
    358     AssertReturn(!pVBoxSCSI->pbBuf, VINF_SUCCESS);
     358    AssertReturn(pVBoxSCSI->pbBuf, VINF_SUCCESS);
    359359
    360360    /* Check state. */
     
    409409
    410410    /* Accesses without a valid buffer will be ignored. */
    411     AssertReturn(!pVBoxSCSI->pbBuf, VINF_SUCCESS);
     411    AssertReturn(pVBoxSCSI->pbBuf, VINF_SUCCESS);
    412412
    413413    /* State machine assumptions. */
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