mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 13:45:04 +02:00
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();
|
double now = Utility::GetTime();
|
||||||
SendEventExecuteCommand(params, ServiceUnknown, output, now, now, listener, origin, sourceEndpoint);
|
SendEventExecuteCommand(params, ServiceUnknown, output, now, now, listener, origin, sourceEndpoint);
|
||||||
} else {
|
} else {
|
||||||
throw ex;
|
throw;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else if (command_type == "notification_command") {
|
} else if (command_type == "notification_command") {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user