Am 22.10.2015 um 10:45 schrieb Paolo Bonzini:

On 22/10/2015 10:31, Peter Lieven wrote:
+    switch (sense->key) {
+    case SCSI_SENSE_NO_SENSE:
+        return 0;
+        break;

Isn't it dangerous to return 0 (no error) if the status is != SCSI_STATUS_GOOD?

Peter

Reply via email to