summaryrefslogtreecommitdiffstats
path: root/src/realmd/rdcp_util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/realmd/rdcp_util.c')
-rw-r--r--src/realmd/rdcp_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/realmd/rdcp_util.c b/src/realmd/rdcp_util.c
index 30cb790..1d9d98d 100644
--- a/src/realmd/rdcp_util.c
+++ b/src/realmd/rdcp_util.c
@@ -269,7 +269,7 @@ instance_id_from_dbus_path(const char *dbus_path)
GString *g_instance_id = NULL;
g_instance_id = g_string_new(NULL);
- g_string_printf(g_instance_id, "%s:%s", ORGID, dbus_path);
+ g_string_printf(g_instance_id, "%s:%s", LMI_ORGID, dbus_path);
return g_string_free(g_instance_id, FALSE);
}