Skip to content

Commit

Permalink
Add missing opcode
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Jan 29, 2025
1 parent 1f32ccc commit 91942bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/s2pdump/s2pdump_executor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ set<int> S2pDumpExecutor::ReportLuns()
{
vector<uint8_t> buf(512);
vector<uint8_t> cdb(12);
cdb[0] = static_cast<uint8_t>(ScsiCommand::REPORT_LUNS);
SetInt16(cdb, 8, buf.size());

return ReportLuns(cdb, buf);
Expand Down

0 comments on commit 91942bf

Please sign in to comment.