From: Ralf Habacker Date: Thu, 22 Aug 2013 23:46:56 +0000 (+0200) Subject: Fixed rejected hunk complete. X-Git-Tag: dbus-1.7.6~111 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=541063a3ab568db8302fbce3c15b22cdff154517;p=thirdparty%2Fdbus.git Fixed rejected hunk complete. --- diff --git a/dbus/dbus-auth.c b/dbus/dbus-auth.c index 6215f9e67..a21870167 100644 --- a/dbus/dbus-auth.c +++ b/dbus/dbus-auth.c @@ -1124,7 +1124,7 @@ handle_server_data_external_mech (DBusAuth *auth, * re-authorize later, but it will close the connection on fail, * we want to REJECT now if possible */ if (_dbus_authorization_do_authorization (DBUS_AUTH_SERVER (auth)->authorization, - auth->authorized_identity)) + auth->authenticated_identity)) { if (!send_ok (auth)) return FALSE;