From: Jean Flach Date: Fri, 6 Apr 2018 08:43:33 +0000 (+0200) Subject: Build fix X-Git-Tag: v2.9.0~101^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=refs%2Fpull%2F6199%2Fhead;p=icinga2 Build fix --- diff --git a/lib/remote/actionshandler.cpp b/lib/remote/actionshandler.cpp index 614ca6f87..5e81ce9f0 100644 --- a/lib/remote/actionshandler.cpp +++ b/lib/remote/actionshandler.cpp @@ -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"; for (const Dictionary::Ptr& res : results) {