summaryrefslogtreecommitdiff
path: root/redfish-core/include/redfish_aggregator.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'redfish-core/include/redfish_aggregator.hpp')
-rw-r--r--redfish-core/include/redfish_aggregator.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/redfish-core/include/redfish_aggregator.hpp b/redfish-core/include/redfish_aggregator.hpp
index 080e67e681..6c5cf76ad0 100644
--- a/redfish-core/include/redfish_aggregator.hpp
+++ b/redfish-core/include/redfish_aggregator.hpp
@@ -254,7 +254,7 @@ class RedfishAggregator
{
BMCWEB_LOG_DEBUG << "Gathering satellite configs";
crow::connections::systemBus->async_method_call(
- [handler](const boost::system::error_code ec,
+ [handler](const boost::system::error_code& ec,
const dbus::utility::ManagedObjectType& objects) {
if (ec)
{