Signed-off-by: Simon McVittie <smcv@collabora.com>
Reviewed-by: Philip Withnall <withnall@endlessm.com>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=105656
if (service == NULL &&
_dbus_string_equal_c_str (&str, DBUS_SERVICE_DBUS))
{
- /* ORG_FREEDESKTOP_DBUS owns itself */
+ /* DBUS_SERVICE_DBUS owns itself */
base_name = DBUS_SERVICE_DBUS;
}
else if (service == NULL)
if (service == NULL &&
_dbus_string_equal_c_str (&str, DBUS_SERVICE_DBUS))
{
- /* ORG_FREEDESKTOP_DBUS owns itself */
+ /* DBUS_SERVICE_DBUS owns itself */
if (! _dbus_list_append (&base_names, (char *) dbus_service_name))
goto oom;
}