- Timestamp:
- Oct 23, 2017 8:48:31 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 118465
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/ISCSI.cpp
r66494 r69154 1619 1619 nsg = 3; 1620 1620 substate = 0; 1621 break; 1621 1622 } 1622 1623 rc = VERR_PARSE_ERROR; … … 1707 1708 pImage->state = ISCSISTATE_FREE; 1708 1709 } 1709 else if ( RT_FAILURE(rc))1710 else if (rc == VINF_SUCCESS) 1710 1711 pImage->state = ISCSISTATE_NORMAL; 1711 1712
Note:
See TracChangeset
for help on using the changeset viewer.