mirror of https://github.com/Icinga/icinga2.git
Remove arguments from 'throw' inc case of ExecuteEventHandler error
This commit is contained in:
parent
aadedc0d1c
commit
bf07ada3df
|
@ -303,7 +303,7 @@ void ClusterEvents::ExecuteCheckFromQueue(const MessageOrigin::Ptr& origin, cons
|
|||
double now = Utility::GetTime();
|
||||
SendEventExecuteCommand(params, ServiceUnknown, output, now, now, listener, origin, sourceEndpoint);
|
||||
} else {
|
||||
throw ex;
|
||||
throw;
|
||||
}
|
||||
}
|
||||
} else if (command_type == "notification_command") {
|
||||
|
|
Loading…
Reference in New Issue