Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
folkertvanheusden committed Oct 15, 2024
1 parent 05d1e6f commit bba4c30
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scsi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,10 @@ scsi::~scsi()
scsi_response scsi::test_unit_ready(const std::string & identifier, const uint64_t lun, const uint8_t *const CDB, const size_t size, std::pair<uint8_t *, size_t> data)
{
scsi_response response { };
response.type = ir_as_is;
response.type = ir_empty_sense;
response.data_is_meta = true;

DOLOG(logging::ll_debug, "scsi::test_unit_ready", identifier, "TEST UNIT READY");
response.type = ir_empty_sense;

return response;
}
Expand Down

0 comments on commit bba4c30

Please sign in to comment.