From bd5daf240b7ab5664bb81ba9d10cdce914e642ac Mon Sep 17 00:00:00 2001 From: david hill Date: Wed, 24 Jan 2018 16:43:23 -0600 Subject: [PATCH] MCOL-1137-fixed issue with no slaves --- procmon/processmonitor.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/procmon/processmonitor.cpp b/procmon/processmonitor.cpp index 3a6d69f24..8f51cccf1 100644 --- a/procmon/processmonitor.cpp +++ b/procmon/processmonitor.cpp @@ -4950,9 +4950,7 @@ int ProcessMonitor::runMasterRep(std::string& masterLogFile, std::string& master { string moduleName = (*pt).DeviceName; - //skip if local module or module is not ACTIVE -// if ( moduleName == config.moduleName() ) -// continue; + //skip if module is not ACTIVE int opState = oam::ACTIVE; bool degraded;