diff options
Diffstat (limited to 'dbus/dbus-auth.c')
-rw-r--r-- | dbus/dbus-auth.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dbus/dbus-auth.c b/dbus/dbus-auth.c index 5164f17a..b23b1479 100644 --- a/dbus/dbus-auth.c +++ b/dbus/dbus-auth.c @@ -534,7 +534,7 @@ sha1_handle_first_client_response (DBusAuth *auth, } } - if (!_dbus_credentials_add_from_username (auth->desired_identity, data)) + if (!_dbus_credentials_add_from_user (auth->desired_identity, data)) { _dbus_verbose ("%s: Did not get a valid username from client\n", DBUS_AUTH_NAME (auth)); @@ -1062,8 +1062,8 @@ handle_server_data_external_mech (DBusAuth *auth, } else { - if (!_dbus_credentials_parse_and_add_user(auth->desired_identity, - &auth->identity)) + if (!_dbus_credentials_add_from_user (auth->desired_identity, + &auth->identity)) { _dbus_verbose ("%s: could not get credentials from uid string\n", DBUS_AUTH_NAME (auth)); |