Build fix

fixes #7502
This commit is contained in:
Gunnar Beutner 2014-10-30 09:20:25 +01:00
parent 0ff5cf51b8
commit bfcf1b3eb8
1 changed files with 1 additions and 1 deletions

View File

@ -356,7 +356,7 @@ int AgentUpdateConfigCommand::Run(const boost::program_options::variables_map& v
Log(LogWarning, "cli")
<< "Service '" << old_service << "' on host '" << old_host << "' on agent '"
<< old_agent_name << "' is blacklisted, but not whitelisted. Skipping.";
skip_service = true;
continue;
}
if (!new_services->Contains(old_service)) {