So that this doesnt' get lost, I solved this myself on IRC. The attached patch resolves it. /src/dbus-hci.c ======================================= diff -Nur -x '*.orig' -x '*~' bluez-4.7/src/dbus-hci.c bluez-4.7.new/src/dbus-hci.c --- bluez-4.7/src/dbus-hci.c 2008-09-26 00:39:55.000000000 -0500 +++ bluez-4.7.new/src/dbus-hci.c 2008-09-26 18:22:33.000000000 -0500 @@ -518,7 +518,7 @@ bonding = adapter_get_bonding_info(adapter); - if (bacmp(&bonding->bdaddr, peer)) + if (bonding && bacmp(&bonding->bdaddr, peer)) bonding = NULL; if (status == 0) { -- Mario Limonciello *Dell | Linux Engineering* mario_limonciello@xxxxxxxx
Attachment:
signature.asc
Description: OpenPGP digital signature