summaryrefslogtreecommitdiffstats
path: root/writefrudata.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'writefrudata.cpp')
-rw-r--r--writefrudata.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/writefrudata.cpp b/writefrudata.cpp
index 5304929..a831b7f 100644
--- a/writefrudata.cpp
+++ b/writefrudata.cpp
@@ -239,7 +239,7 @@ int updateInventory(fru_area_vec_t& area_vec, sd_bus* bus_sd)
}
// Call the inventory manager
- sdbusplus::message::object_path path = instance.path;
+ sdbusplus::message::object_path objectPath = instance.path;
// Check and update extra properties
if (extras.end() != extrasIter)
{
@@ -251,7 +251,7 @@ int updateInventory(fru_area_vec_t& area_vec, sd_bus* bus_sd)
}
}
}
- objects.emplace(path, interfaces);
+ objects.emplace(objectPath, interfaces);
}
auto pimMsg = bus.new_method_call(service.c_str(), path.c_str(),
OpenPOWER on IntegriCloud