DBusTransport: do not assert that autolaunch address is non-empty
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 3 Jul 2012 08:26:27 +0000 (09:26 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 3 Jul 2012 18:02:53 +0000 (19:02 +0100)
commite5a945507b045eb46c43da5c0f29a6ee9ab5dbee
tree420c053830bf6c096b49fefcab9087880e4e3a71
parent4f6d717197d225af36bb7dd191e504c9c6a4dfb8
DBusTransport: do not assert that autolaunch address is non-empty

dbus-launch can apparently return an empty address under certain
circumstances, and dbus_parse_address() in the next line will return
a nice DBusError for an empty address rather than aborting the process.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=51657
Bug-Debian: http://bugs.debian.org/680027
Reviewed-by: David Zeuthen <davidz@redhat.com>
dbus/dbus-transport.c