summaryrefslogtreecommitdiff
path: root/src/CommonAPI/DBus/DBusServiceRegistry.cpp
diff options
context:
space:
mode:
authorStefan Laner <laner@itestra.de>2014-03-07 19:41:32 +0100
committerStefan Laner <laner@itestra.de>2014-03-07 19:41:32 +0100
commit38ef38e4ac3afef2563eac3eff684419ac97f476 (patch)
tree5199867864422d14bee22c2ee798b488f32cd0cc /src/CommonAPI/DBus/DBusServiceRegistry.cpp
parent3cc632bdf160300ac5bc300931ff53f1e11a1c1b (diff)
downloadgenivi-common-api-dbus-runtime-38ef38e4ac3afef2563eac3eff684419ac97f476.tar.gz
fix for GENIVI bug 164 "Interface names starting with org.freedesktop.*
are ignored"
Diffstat (limited to 'src/CommonAPI/DBus/DBusServiceRegistry.cpp')
-rw-r--r--src/CommonAPI/DBus/DBusServiceRegistry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CommonAPI/DBus/DBusServiceRegistry.cpp b/src/CommonAPI/DBus/DBusServiceRegistry.cpp
index ba74f50..8178bca 100644
--- a/src/CommonAPI/DBus/DBusServiceRegistry.cpp
+++ b/src/CommonAPI/DBus/DBusServiceRegistry.cpp
@@ -730,7 +730,7 @@ bool DBusServiceRegistry::introspectDBusObjectPath(const std::string& dbusServic
*
* This is the other end of checking if a dbus object path is available.
* On success it'll extract all interface names from the xml data response.
- * Special interfaces that start with org.freedesktop will be ignored.
+ * Special interfaces that start with "org.freedesktop.DBus." will be ignored.
*
* @param status
* @param xmlData