Imported Upstream version 0.79.3
This commit is contained in:
@@ -163,6 +163,9 @@ int SendPacket(DeviceHandle *dh, unsigned char *cmd, int cdb_size, unsigned char
|
||||
case DATA_WRITE:
|
||||
sc.flags = SCCMD_WRITE;
|
||||
break;
|
||||
case DATA_NONE:
|
||||
sc.flags = 0;
|
||||
break;
|
||||
default:
|
||||
Stop("illegal data_mode: %d", data_mode);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user