From f133c7914ee9fcff2940d1e36fc53a76a4e40b9c Mon Sep 17 00:00:00 2001 From: Jean Flach Date: Fri, 6 Apr 2018 10:43:33 +0200 Subject: [PATCH] Build fix --- lib/remote/actionshandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.40.0