VirtualBox

Changeset 107425 in vbox for trunk/src/VBox/Storage


Ignore:
Timestamp:
Jan 6, 2025 4:35:28 PM (13 days ago)
Author:
vboxsync
Message:

Storage/ISCSI.cpp: Fix unused assignment parfait warning, the status of the attach operation is determined through the ISCSIIMAGE:state member, bugref:3409

File:
1 edited

Legend:

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

    r106061 r107425  
    19031903     * to reestablish by logging in, the target might be responsive again. */
    19041904    if (pImage->state == ISCSISTATE_FREE)
    1905         rc = iscsiAttach(pImage);
     1905        iscsiAttach(pImage);
    19061906
    19071907    /* If still not in normal state, then the underlying transport connection
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