From b01bf2991955ef267ce2be8e7a18eac984990de8 Mon Sep 17 00:00:00 2001 From: Ed Tanous Date: Mon, 25 Mar 2019 19:25:26 +0000 Subject: Revert "bmcweb: Fix a bunch of warnings" This reverts commit 6ea007a2faec52ad62680015d2a3f00371a1e351. Reason for revert: Reports of bmcweb seg faults. Change-Id: I408f1bb29c2f8e427a6621cdaac8c31b847ebf06 --- include/dbus_monitor.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/dbus_monitor.hpp') diff --git a/include/dbus_monitor.hpp b/include/dbus_monitor.hpp index cddafc8c06..1b82697f7a 100644 --- a/include/dbus_monitor.hpp +++ b/include/dbus_monitor.hpp @@ -150,7 +150,7 @@ template void requestRoutes(Crow& app) nlohmann::json::iterator paths = j.find("paths"); if (paths != j.end()) { - size_t interfaceCount = thisSession.interfaces.size(); + int interfaceCount = thisSession.interfaces.size(); if (interfaceCount == 0) { interfaceCount = 1; -- cgit v1.2.3