Initialize sense as false in FreeBSD SCSI.

This commit is contained in:
2020-11-03 19:22:10 +00:00
parent b34c5aeb0e
commit 08ff1bd9bc

View File

@@ -41,6 +41,7 @@ int32_t SendScsiCommand(void* device_ctx,
*sense_len = 0;
*sense_buffer = NULL;
*duration = 0;
*sense = false;
union ccb* camccb;
u_int32_t flags;
int error;