VirtualBox

Changeset 103527 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Feb 22, 2024 11:20:33 AM (12 months ago)
Author:
vboxsync
Message:

Storage/ISCSI.cpp: Some unused variable fixes, bugref:3409

File:
1 edited

Legend:

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

    r103435 r103527  
    18911891    size_t cbBufLength;
    18921892    uint32_t aStatus[256]; /**< Plenty of buffer for status information. */
    1893     uint32_t ExpDataSN = 0;
    18941893    bool final = false;
    18951894
     
    20612060                    pDst = (uint32_t *)((char *)pDst + len);
    20622061                    cbBufLength -= len;
    2063                     ExpDataSN++;
    20642062                    if (final && (RT_N2H_U32(aResBHS[0]) & ISCSI_STATUS_BIT) != 0)
    20652063                    {
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