From 613bb526d9620f22f09419596476112bc78b2309 Mon Sep 17 00:00:00 2001 From: Erich Keane Date: Thu, 16 Oct 2014 14:19:57 -0700 Subject: [PATCH] Fixing a regression from the StringConstants change, we'd replaced the Property key with a different inadvertantly. Change-Id: I8196194b860fc75c6f7d8f0bddebde5fdf379e87 --- src/InProcClientWrapper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/InProcClientWrapper.cpp b/src/InProcClientWrapper.cpp index e8a41f3..4a83c16 100644 --- a/src/InProcClientWrapper.cpp +++ b/src/InProcClientWrapper.cpp @@ -129,7 +129,7 @@ namespace OC std::vector ifaces; boost::property_tree::ptree properties = - resourceNode.get_child(OC::Key::INTERFACESKEY, boost::property_tree::ptree()); + resourceNode.get_child(OC::Key::PROPERTYKEY, boost::property_tree::ptree()); boost::property_tree::ptree rT = properties.get_child(OC::Key::RESOURCETYPESKEY, boost::property_tree::ptree()); -- 2.7.4