eldbus: fix broken fallback interface. 24/49924/1
authorLukasz Stanislawski <l.stanislaws@samsung.com>
Mon, 21 Sep 2015 22:04:35 +0000 (00:04 +0200)
committerLukasz Stanislawski <l.stanislaws@samsung.com>
Wed, 21 Oct 2015 13:43:03 +0000 (15:43 +0200)
commitea37d04f00818f94813207927d933d2caf073642
tree4e6890a6ef3353e6194da87fd091ec9418d84a1b
parent5f6cf123eeee3084ebb77ecbeb4eb594e96c9290
eldbus: fix broken fallback interface.

Summary:
Previous implementation assumed that fallback interface path should be changed
on every method call. This is generally not needed since real request
path can be obtained directly from dbus message passed as method call
paremeter.

This patch reverts this behaviour and additionally fix broken Property and Introspect
interface handling of fallback interface.

Reviewers: raster, lucasdemarchi, cedric

Subscribers: cedric, seoz

Differential Revision: https://phab.enlightenment.org/D3016

Change-Id: I9410f41972d679f3ce992413d87e37772361d547
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
src/lib/eldbus/eldbus_service.c