summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-hci.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-04-15 14:09:53 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2008-04-15 14:09:53 +0000
commita437235f74a3b924245bb61254d49f30e9d93363 (patch)
tree582c84385a8ea4724f798c4773824249677a3b94 /hcid/dbus-hci.c
parent004de00e5a159c3b11984e9ebda8c3f13d1b5154 (diff)
Fix endiannes handling of connection handles
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 360a0bae..2d21c905 100644
--- a/hcid/dbus-hci.c
+++ b/hcid/dbus-hci.c
@@ -1998,7 +1998,7 @@ void hcid_dbus_disconn_complete(bdaddr_t *local, uint8_t status,
}
l = g_slist_find_custom(adapter->active_conn, &handle,
- active_conn_find_by_handle);
+ active_conn_find_by_handle);
if (!l)
return;