Skip to content
Snippets Groups Projects
Commit 602218d6 authored by Daniele Kruse's avatar Daniele Kruse
Browse files

Set the other two fields of reqReport to 0: no connection with the client

parent cc6847d7
No related branches found
No related tags found
No related merge requests found
......@@ -94,6 +94,8 @@ castor::tape::tapeserver::daemon::Session::EndOfSessionAction
m_volInfo.density=tapeMount->getDensity();
m_volInfo.labelObsolete="AUL";
reqReport.transactionId=tapeMount->getMountTransactionId();
reqReport.connectDuration=0; //no real client connection was established
reqReport.sendRecvDuration=0; //no real client connection was established
// 2b) ... and log.
// Make the DGN and TPVID parameter permanent.
log::ScopedParamContainer params(lc);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment