fix for incorrect session bus descriptor lookup 46/177346/1
authorAleksy Barcz <a.barcz@partner.samsung.com>
Tue, 24 Apr 2018 11:08:57 +0000 (13:08 +0200)
committerAleksy Barcz <a.barcz@partner.samsung.com>
Fri, 27 Apr 2018 08:16:06 +0000 (10:16 +0200)
commit290ebee68d21e1a5b5b9a4f5d5e52ef65ec8199d
tree152c377c1b5362d01e3434584f4b444d1042754b
parentc6669792bb7faba68bc063bf43ab0d94e8a943da
fix for incorrect session bus descriptor lookup

Bugfix for error handling on dbus-daemon systems.
If get_session_address_platform_specific failed, both error and return value would be set,
resulting in subsequent error overwrite and a glib warning.

Change-Id: Ic0e42ed6868fc9dd71965ce23e68c8dbc8596ff5
gio/gdbusaddress.c