Fixed rejected hunk complete.
authorRalf Habacker <ralf.habacker@freenet.de>
Thu, 22 Aug 2013 23:46:56 +0000 (01:46 +0200)
committerRalf Habacker <ralf.habacker@freenet.de>
Thu, 22 Aug 2013 23:46:56 +0000 (01:46 +0200)
dbus/dbus-auth.c

index 6215f9e..a218701 100644 (file)
@@ -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;