summaryrefslogtreecommitdiff
path: root/dbus/dbus-auth.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-08-23 11:09:31 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-08-23 11:10:40 +0100
commit083169744b023667fe2646f76e5efb2e21bbc9dd (patch)
tree08430ce5cc3ac83eb4e4ee06ff896ee104ff442b /dbus/dbus-auth.c
parente5f16e571667908ca9eb149bc52c1a0ea980a3c1 (diff)
downloaddbus-083169744b023667fe2646f76e5efb2e21bbc9dd.tar.gz
Revert "Fixed rejected hunk complete."
This reverts commit 541063a3ab568db8302fbce3c15b22cdff154517.
Diffstat (limited to 'dbus/dbus-auth.c')
-rw-r--r--dbus/dbus-auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/dbus-auth.c b/dbus/dbus-auth.c
index a2187016..6215f9e6 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;