Skip to content
Snippets Groups Projects
Commit 7eb5e5e8 authored by Jorge Camarero Vera's avatar Jorge Camarero Vera
Browse files

Remove set tapedrive Down in abort for RetrieveMount

parent fd73dd82
Branches
Tags
No related merge requests found
......@@ -285,10 +285,9 @@ void cta::RetrieveMount::diskComplete() {
//------------------------------------------------------------------------------
// abort()
//------------------------------------------------------------------------------
void cta::RetrieveMount::abort(const std::string& reason) {
void cta::RetrieveMount::abort(const std::string&) {
diskComplete();
tapeComplete();
setDriveStatus(cta::common::dataStructures::DriveStatus::Down, reason);
}
//------------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment