VirtualBox

Changeset 54138 in vbox for trunk


Ignore:
Timestamp:
Feb 11, 2015 1:28:17 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
98166
Message:

iSCSI: Fix code which is only triggered when using the iSCSI over internal network feature

File:
1 edited

Legend:

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

    r53539 r54138  
    22832283    }
    22842284
    2285     LogFlowFunc(("returns rc=%Rrc\n"));
     2285    LogFlowFunc(("returns rc=%Rrc\n", rc));
    22862286    return rc;
    22872287}
     
    35963596
    35973597                if (RT_FAILURE(rc) || pScsiReq->cbSense > 0)
    3598                         rc = rcSense;
     3598                    rc = rcSense;
    35993599            }
    36003600        }
     
    36183618        {
    36193619            rc = iscsiCommand(pImage, pScsiReq);
    3620             if (RT_SUCCESS(rc) && pScsiReq->cbSense > 0)
     3620            if (RT_FAILURE(rc) || pScsiReq->cbSense > 0)
    36213621                rc = rcSense;
    36223622        }
Note: See TracChangeset for help on using the changeset viewer.

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