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