eldbus: fix broken fallback interface.
authorLukasz Stanislawski <l.stanislaws@samsung.com>
Mon, 21 Sep 2015 22:04:35 +0000 (00:04 +0200)
committerCedric BAIL <cedric@osg.samsung.com>
Mon, 21 Sep 2015 22:04:38 +0000 (00:04 +0200)
commitabdbb9ad1432e2b3a7845f8466ec042fb684f2d0
treefa7c679ae558f73d0a5f77dd7c9f2956c1b993a3
parentabaf29cb768375957c9ee0b64d36034c21c618ea
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

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