handle_server_data_anonymous_mech: remove unnecessary debug output
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 18 Jan 2011 16:34:12 +0000 (16:34 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 25 May 2011 15:13:26 +0000 (16:13 +0100)
commit42297fb4e4ac28c67b6a531da2368ef2b2b7c224
tree8d62282059175570254265d7b650ff51ccbd5c56
parentc559ec052541f402d886086bb7b894f256aa8959
handle_server_data_anonymous_mech: remove unnecessary debug output

Doing a malloc and a hex-encoding pass just to produce a _dbus_verbose
message (i.e. a message that, in practice, nobody will see) seems like
overkill, and this block had incorrect error handling (not checking the
result of _dbus_string_init) which upsets static analysis tools.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=29881
Bug-NB: NB#180486
Reviewed-by: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
dbus/dbus-auth.c