Remove transport's call to _dbus_authorization_do_authorization().
authorCosimo Alfarano <cosimo.alfarano@collabora.com>
Thu, 22 Aug 2013 23:56:48 +0000 (01:56 +0200)
committerRalf Habacker <ralf.habacker@freenet.de>
Fri, 23 Aug 2013 01:55:10 +0000 (03:55 +0200)
commit64e50dd167993fb2344d2d3be18bb0d5820b5b26
tree4d7e9158a60c65fd8c4337f07d80eb04cd3e794c
parent5fcba306d9e4a9caf137e1550eacd566a7428944
Remove transport's call to _dbus_authorization_do_authorization().

All mechs do authorization before answering OK/REJECT.
There is no reason to run a second round of authorization which will
return the same answer of the first time (when OK) or will never be
reched (if REJECTed).

Bug: http://bugs.freedesktop.org/show_bug.cgi?id=39720
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
dbus/dbus-transport.c