summaryrefslogtreecommitdiffstats
path: root/pciedetect
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2017-02-25 15:39:33 -0500
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2017-02-25 15:39:33 -0500
commite87cc29c7f473b46025b9cda8add7c63566db0a3 (patch)
treeb5e2a93ab8bc6962997e59448bf4dbe97095bf72 /pciedetect
parent63223381bc6747a5386e65575eb7cd10d69c667d (diff)
downloadtalos-skeleton-e87cc29c7f473b46025b9cda8add7c63566db0a3.tar.gz
talos-skeleton-e87cc29c7f473b46025b9cda8add7c63566db0a3.zip
Fix org.openbmc.ObjectMapper references
Fix up a couple applications that were missed when we switched over to xyz.openbmc_project.ObjectMapper. Change-Id: I84cf5d7280be14be245d0a979c189b48076ee4bf Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'pciedetect')
-rw-r--r--pciedetect/pcie_slot_present_obj.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/pciedetect/pcie_slot_present_obj.c b/pciedetect/pcie_slot_present_obj.c
index 852a42a..4946d17 100644
--- a/pciedetect/pcie_slot_present_obj.c
+++ b/pciedetect/pcie_slot_present_obj.c
@@ -38,9 +38,9 @@ get_service(GDBusConnection *connection, const char *obj,
proxy = g_dbus_proxy_new_sync(connection,
G_DBUS_PROXY_FLAGS_NONE,
NULL, /* GDBusInterfaceInfo* */
- "org.openbmc.ObjectMapper", /* name */
- "/org/openbmc/ObjectMapper", /* object path */
- "org.openbmc.ObjectMapper", /* interface name */
+ "xyz.openbmc_project.ObjectMapper", /* name */
+ "/xyz/openbmc_project/ObjectMapper", /* object path */
+ "xyz.openbmc_project.ObjectMapper", /* interface name */
NULL, /* GCancellable */
error);
OpenPOWER on IntegriCloud