Skip to content

Commit

Permalink
Do not reset bus after initiator command
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Jan 26, 2024
1 parent fc1b977 commit 65e04af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpp/initiator/initiator_executor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ bool InitiatorExecutor::Execute(scsi_command cmd, span<uint8_t> cdb, span<uint8_
now = chrono::steady_clock::now();
}
else {
bus.Reset();
return !status;
}
}
Expand Down

0 comments on commit 65e04af

Please sign in to comment.