]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
driver: Remove references to an obsolete constant
authorSimon McVittie <smcv@collabora.com>
Tue, 17 Apr 2018 10:46:13 +0000 (11:46 +0100)
committerSimon McVittie <smcv@collabora.com>
Wed, 20 Jun 2018 11:12:57 +0000 (12:12 +0100)
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

bus/driver.c

index 7eef6cc3cb63c51e4ae99fb4013b8a3a1f109216..e2a3bbb1cc4af6ade4cf331c55853b18ee350632 100644 (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;
     }