]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Bug fix in Exec() : returning 0 in case of failure
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 20 Mar 2007 15:12:29 +0000 (15:12 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 20 Mar 2007 15:12:29 +0000 (15:12 +0000)
(Laurent)

MUON/AliMUONHVSubprocessor.cxx

index ce75fd8b163cfc6b3d1aa292955566fe43f303e9..bfba3d0d8c4c4e573ea4837f3f344d27d13c071d 100644 (file)
@@ -143,7 +143,7 @@ AliMUONHVSubprocessor::Process(TMap* dcsAliasMap)
   if ( kNoAliases ) 
   {
     Master()->Log("ERROR : no DCS values found");
-    return 1;
+    return 0;
   }
   
   if ( aliasNotFound )