From 4f9381770e835e1e98e7af46a19effd303921881 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 17 Apr 2018 11:46:13 +0100 Subject: [PATCH 01/39] driver: Remove references to an obsolete constant Signed-off-by: Simon McVittie --- bus/driver.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bus/driver.c b/bus/driver.c index 7eef6cc3..e2a3bbb1 100644 --- a/bus/driver.c +++ b/bus/driver.c @@ -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; } -- 2.17.0