mirror of https://github.com/Icinga/icinga2.git
Get UUID from params
This commit is contained in:
parent
86f74e2fe5
commit
93711542a7
|
@ -99,6 +99,9 @@ void ClusterEvents::ExecuteCheckFromQueue(const MessageOrigin::Ptr& origin, cons
|
|||
|
||||
if (params->Contains("source")) {
|
||||
Log(LogCritical, "ApiListener", "Not implemented.");
|
||||
|
||||
String uuid = params->Get("source");
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue