From de080e49288769cf825cd062297641a4658508f9 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Tue, 4 Nov 2014 15:24:57 +0100 Subject: [PATCH] Fix incorrect field name refs #7566 --- lib/icinga/service-apply.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/icinga/service-apply.cpp b/lib/icinga/service-apply.cpp index a4125e75c..079ddd59a 100644 --- a/lib/icinga/service-apply.cpp +++ b/lib/icinga/service-apply.cpp @@ -58,7 +58,7 @@ void Service::EvaluateApplyRuleOneInstance(const Host::Ptr& host, const String& di)); builder->AddExpression(make_shared(&Expression::OpSet, - MakeArray(MakeArray(MakeLiteral("service_name")), OpSetLiteral), + MakeArray(MakeArray(MakeLiteral("name")), OpSetLiteral), MakeLiteral(name), di));