VirtualBox

Changeset 69154 in vbox for trunk


Ignore:
Timestamp:
Oct 23, 2017 8:48:31 AM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
118465
Message:

Storage/iSCSI: Fix regression introduced r110744 which rendered the backend broken because the state would not advance to normal so every request was rejected

File:
1 edited

Legend:

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

    r66494 r69154  
    16191619                                    nsg = 3;
    16201620                                    substate = 0;
     1621                                    break;
    16211622                                }
    16221623                                rc = VERR_PARSE_ERROR;
     
    17071708        pImage->state = ISCSISTATE_FREE;
    17081709    }
    1709     else if (RT_FAILURE(rc))
     1710    else if (rc == VINF_SUCCESS)
    17101711        pImage->state = ISCSISTATE_NORMAL;
    17111712
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