From: Simon McVittie Date: Fri, 23 Aug 2013 10:09:31 +0000 (+0100) Subject: Revert "Fixed rejected hunk complete." X-Git-Tag: dbus-1.7.6~97 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=083169744b023667fe2646f76e5efb2e21bbc9dd;p=thirdparty%2Fdbus.git Revert "Fixed rejected hunk complete." This reverts commit 541063a3ab568db8302fbce3c15b22cdff154517. --- diff --git a/dbus/dbus-auth.c b/dbus/dbus-auth.c index a21870167..6215f9e67 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->authenticated_identity)) + auth->authorized_identity)) { if (!send_ok (auth)) return FALSE;