mirror of https://github.com/Icinga/icinga2.git
Crash fix.
This commit is contained in:
parent
42881d4b8a
commit
9b86c7f35f
|
@ -590,7 +590,7 @@ int DiscoveryComponent::DiscoveryTimerHandler(const TimerEventArgs& tea)
|
|||
if (IsBroker()) {
|
||||
/* send discovery message to all connected components to
|
||||
refresh their TTL for this component */
|
||||
SendDiscoveryMessage("discovery::NewComponent", i->first, Endpoint::Ptr());
|
||||
SendDiscoveryMessage("discovery::NewComponent", identity, Endpoint::Ptr());
|
||||
}
|
||||
|
||||
Endpoint::Ptr endpoint = endpointManager->GetEndpointByIdentity(identity);
|
||||
|
|
Loading…
Reference in New Issue