From: Simon McVittie Date: Tue, 17 Apr 2018 10:46:13 +0000 (+0100) Subject: driver: Remove references to an obsolete constant X-Git-Tag: dbus-1.13.6~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f366c4748ae0bb357b4d3071f30df62bbc88251d;p=thirdparty%2Fdbus.git driver: Remove references to an obsolete constant Signed-off-by: Simon McVittie Reviewed-by: Philip Withnall Bug: https://bugs.freedesktop.org/show_bug.cgi?id=105656 --- diff --git a/bus/driver.c b/bus/driver.c index 7eef6cc3c..e2a3bbb1c 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; }