]> granicus.if.org Git - icinga2/blobdiff - lib/icinga/hostgroup.cpp
Move the VMFrame class to libbase
[icinga2] / lib / icinga / hostgroup.cpp
index 775ab8545ef17e8d6fd12a312d7254060cb852ef..935be8bdc488ddcd9da8a5683e10fabecc6302d6 100644 (file)
@@ -44,7 +44,7 @@ bool HostGroup::EvaluateObjectRule(const Host::Ptr& host, const ConfigItem::Ptr&
 
        CONTEXT("Evaluating rule for group '" + group_name + "'");
 
-       VMFrame frame;
+       ScriptFrame frame;
        if (group->GetScope())
                group->GetScope()->CopyTo(frame.Locals);
        frame.Locals->Set("host", host);