diff options
-rw-r--r-- | src/dbus-hci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbus-hci.c b/src/dbus-hci.c index 795df0a3..eea166e7 100644 --- a/src/dbus-hci.c +++ b/src/dbus-hci.c @@ -518,7 +518,7 @@ void hcid_dbus_bonding_process_complete(bdaddr_t *local, bdaddr_t *peer, bonding = adapter_get_bonding_info(adapter); - if (bacmp(&bonding->bdaddr, peer)) + if (bonding && bacmp(&bonding->bdaddr, peer)) bonding = NULL; if (status == 0) { |