From eacd8a9ed70050544010064aad33f55c777d7d66 Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Thu, 14 Jun 2007 18:25:22 +0000 Subject: * global rename of function dbus_username_from_current_process to _dbus_append_desired_identity --- dbus/dbus-auth-script.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbus/dbus-auth-script.c') diff --git a/dbus/dbus-auth-script.c b/dbus/dbus-auth-script.c index eb145e49..225569fc 100644 --- a/dbus/dbus-auth-script.c +++ b/dbus/dbus-auth-script.c @@ -522,7 +522,7 @@ _dbus_auth_script_run (const DBusString *filename) goto out; } - if (!_dbus_username_from_current_process (&u) || + if (!_dbus_append_desired_identity (&u) || !_dbus_string_copy (u, 0, &username, _dbus_string_get_length (&username))) { -- cgit