Changeset 51342 in vbox for trunk/src/VBox/Devices/Storage/DrvSCSI.cpp
- Timestamp:
- May 22, 2014 10:24:53 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DrvSCSI.cpp
r50089 r51342 123 123 || rc == VERR_FILE_TOO_BIG 124 124 || rc == VERR_BROKEN_PIPE 125 || rc == VERR_NET_CONNECTION_REFUSED) 125 || rc == VERR_NET_CONNECTION_REFUSED 126 || rc == VERR_VD_DEK_MISSING) 126 127 return true; 127 128
Note:
See TracChangeset
for help on using the changeset viewer.