summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-hci.c
diff options
context:
space:
mode:
authorAlok Barsode <alok.barsode@azingo.com>2008-07-09 14:30:37 +0530
committerLuiz Augusto von Dentz <luiz.dentz@indt.org.br>2008-07-28 10:35:55 -0300
commit29227ad09e8996699e1b1d7e1c90d45fc80cab65 (patch)
tree5bf983c8f9dd1608194f7116ce091e6301086692 /hcid/dbus-hci.c
parent491190e5dde601e4876f24a922f1ba16ae4d2e6d (diff)
Adding device_set_auth.
Signed-off-by: Alok Barsode <alok.barsode@azingo.com>
Diffstat (limited to 'hcid/dbus-hci.c')
-rw-r--r--hcid/dbus-hci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hcid/dbus-hci.c b/hcid/dbus-hci.c
index bc0e080a..91c0a584 100644
--- a/hcid/dbus-hci.c
+++ b/hcid/dbus-hci.c
@@ -2241,7 +2241,7 @@ int hcid_dbus_set_io_cap(bdaddr_t *local, bdaddr_t *remote,
device = adapter_get_device(connection, adapter, addr);
if (device) {
device_set_cap(device, cap);
- device->auth = auth;
+ device_set_auth(device, auth);
}
return 0;