]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/rec/AliHLTEsdManager.cxx
- AliHLTEsdManager: minor bufix -> correct error handling
[u/mrichter/AliRoot.git] / HLT / rec / AliHLTEsdManager.cxx
index 4ebc66445929f658519ca9405005a5eb7cc89800..970fd6ff16047aea96bf362fc32043aa26bc2b23 100644 (file)
@@ -457,6 +457,7 @@ TString AliHLTEsdManager::AliHLTEsdListEntry::WriteTempFile(AliESDEvent* pESD) c
       file.Close();
     } else {
       HLTError("can not open file %s", tmpfilename.Data());
+      iResult=-EBADF;
     }
   } else {
     HLTError("can not get temporary file name from system");