Skip to content
Snippets Groups Projects
Commit 90aec61b authored by Charles Leggett's avatar Charles Leggett
Browse files

ForwardScheduler: fix typo

parent e49a910b
No related branches found
No related tags found
No related merge requests found
......@@ -495,7 +495,7 @@ StatusCode ForwardSchedulerSvc::pushNewEvent( EventContext* eventContext )
DataObjIDColl validIDs, invalidIDs;
if (m_enableCondSvc &&
m_condSvc->condAlgs().size() != 0 &&
m_condSvc->getIDValidity(eventContext,validIDs,invalidIDs)) {
m_condSvc->getIDValidity(*eventContext,validIDs,invalidIDs)) {
if (validIDs.size() > 0) {
std::set<concurrency::AlgorithmNode*> uca; // unchanged algs;
......
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