mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-01 14:58:13 +02:00
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:
parent
0a4c80a640
commit
f366c4748a
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue