* global rename of function dbus_username_from_current_process to _dbus_append_desire...
[platform/upstream/dbus.git] / dbus / dbus-userdb-util.c
index 6e1653e..5f0ec56 100644 (file)
@@ -414,7 +414,7 @@ _dbus_userdb_test (const char *test_data_dir)
   unsigned long *group_ids;
   int n_group_ids, i;
 
-  if (!_dbus_username_from_current_process (&username))
+  if (!_dbus_append_desired_identity (&username))
     _dbus_assert_not_reached ("didn't get username");
 
   if (!_dbus_homedir_from_current_process (&homedir))