Remove redundant _bt_get_manager_proxy() calls 84/41984/1
authorAnupam Roy <anupam.r@samsung.com>
Fri, 19 Jun 2015 11:45:34 +0000 (07:45 -0400)
committerAnupam Roy <anupam.r@samsung.com>
Fri, 19 Jun 2015 11:45:34 +0000 (07:45 -0400)
commit6c1db7bc45a4f561ccee03df3d3917091954735d
tree7c31c2c74893abc7bd934855f57815755815fb9d
parent6906a6b39caf59065057407a65249511579d635b
Remove redundant _bt_get_manager_proxy() calls

_bt_get_manager_proxy() call is redundant in
__bt_init_adapter_proxy() and __bt_init_adapter_properties_proxy()
methods, as _bt_get_adapter_path() internally
gets manager proxy and returns NULL incase not found.

Change-Id: Icd22c018b216b7d42d241bfbb9777a1d84bf3a74
Signed-off-by: Anupam Roy <anupam.r@samsung.com>
bt-service/bt-service-common.c