From bfcf1b3eb812130383e3ab09d4557a4960e4cf56 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Thu, 30 Oct 2014 09:20:25 +0100 Subject: [PATCH] Build fix fixes #7502 --- lib/cli/agentupdateconfigcommand.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cli/agentupdateconfigcommand.cpp b/lib/cli/agentupdateconfigcommand.cpp index 2b3f9ee73..7a1e8553c 100644 --- a/lib/cli/agentupdateconfigcommand.cpp +++ b/lib/cli/agentupdateconfigcommand.cpp @@ -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)) {