driver: Remove references to an obsolete constant

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
This commit is contained in:
Simon McVittie 2018-04-17 11:46:13 +01:00
parent 0a4c80a640
commit f366c4748a

View file

@ -1481,7 +1481,7 @@ bus_driver_handle_get_service_owner (DBusConnection *connection,
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)
@ -1568,7 +1568,7 @@ bus_driver_handle_list_queued_owners (DBusConnection *connection,
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;
}