diff options
Diffstat (limited to 'binding/bluetooth-util.c')
-rw-r--r-- | binding/bluetooth-util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binding/bluetooth-util.c b/binding/bluetooth-util.c index 8a50731..21bd0df 100644 --- a/binding/bluetooth-util.c +++ b/binding/bluetooth-util.c @@ -1048,7 +1048,7 @@ gchar *return_bluez_path(afb_req_t request) { const char *device, *tmp; call_work_lock(ns); - adapter = adapter ? adapter : ns->default_adapter; + adapter = adapter ? adapter : ns->adapter; call_work_unlock(ns); device = afb_req_value(request, "device"); |