diff options
Diffstat (limited to 'hcid/dbus-hci.c')
-rw-r--r-- | hcid/dbus-hci.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hcid/dbus-hci.c b/hcid/dbus-hci.c index 8b9aff86..cf4bd192 100644 --- a/hcid/dbus-hci.c +++ b/hcid/dbus-hci.c @@ -1301,8 +1301,7 @@ proceed: dbus_message_unref(reply); } else { device->temporary = FALSE; - device_browse(device, bonding->conn, - bonding->msg, FALSE, 0); + device_browse(device, bonding->conn, bonding->msg, 0); } } |