summaryrefslogtreecommitdiffstats
path: root/control/zone.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'control/zone.hpp')
-rw-r--r--control/zone.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/control/zone.hpp b/control/zone.hpp
index 32707cb..a56b1c7 100644
--- a/control/zone.hpp
+++ b/control/zone.hpp
@@ -114,7 +114,7 @@ class Zone
const std::string& property)
{
return sdbusplus::message::variant_ns::get<T>(
- _properties[object][interface][property]);
+ _properties.at(object).at(interface).at(property));
};
/**
OpenPOWER on IntegriCloud