summaryrefslogtreecommitdiff
path: root/nsm-dummy/nsm-lifecycle-control-service.c
diff options
context:
space:
mode:
Diffstat (limited to 'nsm-dummy/nsm-lifecycle-control-service.c')
-rw-r--r--nsm-dummy/nsm-lifecycle-control-service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nsm-dummy/nsm-lifecycle-control-service.c b/nsm-dummy/nsm-lifecycle-control-service.c
index 0b30778..04fac09 100644
--- a/nsm-dummy/nsm-lifecycle-control-service.c
+++ b/nsm-dummy/nsm-lifecycle-control-service.c
@@ -272,6 +272,6 @@ nsm_lifecycle_control_service_start (NSMLifecycleControlService *service,
/* announce the LifecycleControl service on the bus */
return g_dbus_interface_skeleton_export (G_DBUS_INTERFACE_SKELETON (service->interface),
service->connection,
- "/com/contiautomotive/NodeStateManager/LifecycleControl",
+ "/org/genivi/NodeStateManager/LifecycleControl",
error);
}