]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/MUON/utils/AliHLTMUONEmptyEventFilterComponent.cxx
Bug fix in handling command line arguments.
[u/mrichter/AliRoot.git] / HLT / MUON / utils / AliHLTMUONEmptyEventFilterComponent.cxx
index 3e57ca611e260b0019c32b9773f9de494360da1e..241431ff23722300d0df4a16ed5e67656bcce058 100644 (file)
@@ -117,8 +117,8 @@ bool AliHLTMUONEmptyEventFilterComponent::IgnoreArgument(const char* arg) const
        /// Return true if the argument is one of -cdbpath -run or -delaysetup
        /// to prevent the parent class from parsing these arguments in DoInit.
        
-       if (strcmp(arg, "-cdbpath") == 0 or strcmp(arg, "-run") != 0 or
-           strcmp(arg, "-delaysetup") != 0)
+       if (strcmp(arg, "-cdbpath") == 0 or strcmp(arg, "-run") == 0 or
+           strcmp(arg, "-delaysetup") == 0)
        {
                return true;
        }