mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Decode fixed or descriptor SCSI sense in a single pass, use whichever was returned by drive.
This commit is contained in:
@@ -276,7 +276,7 @@ namespace Aaru.Core.Devices.Dumping
|
||||
if(!runningPersistent)
|
||||
continue;
|
||||
|
||||
FixedSense? decSense = Sense.DecodeFixed(senseBuf);
|
||||
DecodedSense? decSense = Sense.Decode(senseBuf);
|
||||
|
||||
// MEDIUM ERROR, retry with ignore error below
|
||||
if(decSense.HasValue &&
|
||||
|
||||
Reference in New Issue
Block a user