]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
minor bugfix: returning error message when breaking the loop
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 11 Feb 2011 13:58:20 +0000 (13:58 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 11 Feb 2011 13:58:20 +0000 (13:58 +0000)
HLT/BASE/AliHLTTask.cxx

index db18aa41f775574a8439f06a43b2d653b1335eed..b518378086ed6346c8962a0dede12c37d3d5aafe 100644 (file)
@@ -413,8 +413,8 @@ int AliHLTTask::StartRun()
              if ((iResult=fpDataBuffer->SetConsumer(pTgtTask->GetComponent()))>=0) {
              }
            } else {
-             break;
              iResult=-EFAULT;
+             break;
            }
            lnk=lnk->Next();
          }