mirror of
https://github.com/aaru-dps/aaruremote.git
synced 2025-12-16 19:24:37 +00:00
Initialize sense as false in FreeBSD SCSI.
This commit is contained in:
@@ -41,6 +41,7 @@ int32_t SendScsiCommand(void* device_ctx,
|
|||||||
*sense_len = 0;
|
*sense_len = 0;
|
||||||
*sense_buffer = NULL;
|
*sense_buffer = NULL;
|
||||||
*duration = 0;
|
*duration = 0;
|
||||||
|
*sense = false;
|
||||||
union ccb* camccb;
|
union ccb* camccb;
|
||||||
u_int32_t flags;
|
u_int32_t flags;
|
||||||
int error;
|
int error;
|
||||||
|
|||||||
Reference in New Issue
Block a user