VirtualBox

Changeset 31943 in vbox for trunk/src


Ignore:
Timestamp:
Aug 24, 2010 9:59:32 PM (14 years ago)
Author:
vboxsync
Message:

iSCSI: Clear pointer to next command to fix assertion

File:
1 edited

Legend:

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

    r31845 r31943  
    32323232            pIScsiCmd = pIScsiCmdHead;
    32333233            pIScsiCmdHead = pIScsiCmdHead->pNext;
     3234
     3235            pIScsiCmd->pNext = NULL;
    32343236
    32353237            rc = iscsiPDUTxPrepare(pImage, pIScsiCmd);
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