mirror of https://github.com/Icinga/icinga2.git
Build fix
This commit is contained in:
parent
22c3a7933e
commit
f133c7914e
|
@ -91,7 +91,7 @@ bool ActionsHandler::HandleRequest(const ApiUser::Ptr& user, HttpRequest& reques
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
String statusCode = 500;
|
int statusCode = 500;
|
||||||
String statusMessage = "No action executed successfully";
|
String statusMessage = "No action executed successfully";
|
||||||
|
|
||||||
for (const Dictionary::Ptr& res : results) {
|
for (const Dictionary::Ptr& res : results) {
|
||||||
|
|
Loading…
Reference in New Issue