mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
parent
57cc7b195a
commit
201c41f2ca
@ -199,7 +199,7 @@ Value MacroProcessor::EvaluateFunction(const Function::Ptr& func, const Resolver
|
||||
|
||||
resolvers_this->Set("macro", new Function(boost::bind(&MacroProcessor::InternalResolveMacrosShim,
|
||||
_1, boost::cref(resolvers), cr, missingMacro, MacroProcessor::EscapeCallback(), resolvedMacros, useResolvedMacros,
|
||||
recursionLevel)));
|
||||
recursionLevel + 1)));
|
||||
|
||||
ScriptFrame frame(resolvers_this);
|
||||
return func->Invoke();
|
||||
|
Loading…
x
Reference in New Issue
Block a user