VirtualBox

Changeset 24671 in vbox for trunk


Ignore:
Timestamp:
Nov 15, 2009 3:36:00 PM (15 years ago)
Author:
vboxsync
Message:

ISCSIHDDCore.cpp: Shut up GCC warning.

File:
1 edited

Legend:

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

    r24213 r24671  
    28422842    rc = iscsiOpenImage(pImage, uOpenFlags);
    28432843    if (RT_SUCCESS(rc))
    2844         *ppBackendData = pImage;
    2845 
    2846 out:
    2847     if (RT_SUCCESS(rc))
    2848     {
     2844    {   
    28492845        LogFlowFunc(("target %s cVolume %d, cbSector %d\n", pImage->pszTargetName, pImage->cVolume, pImage->cbSector));
    28502846        LogRel(("iSCSI: target address %s, target name %s, SCSI LUN %lld\n", pImage->pszTargetAddress, pImage->pszTargetName, pImage->LUN));
    2851     }
     2847        *ppBackendData = pImage;
     2848    }
     2849
     2850out:
    28522851    LogFlowFunc(("returns %Rrc (pBackendData=%#p)\n", rc, *ppBackendData));
    28532852    return rc;
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