summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-hci.c
diff options
context:
space:
mode:
Diffstat (limited to 'hcid/dbus-hci.c')
-rw-r--r--hcid/dbus-hci.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/hcid/dbus-hci.c b/hcid/dbus-hci.c
index 89ab956d..c7be87e3 100644
--- a/hcid/dbus-hci.c
+++ b/hcid/dbus-hci.c
@@ -1263,7 +1263,8 @@ proceed:
dbus_message_unref(reply);
} else {
device->temporary = FALSE;
- device_browse(device, bonding->conn, bonding->msg, FALSE);
+ device_browse(device, bonding->conn,
+ bonding->msg, FALSE, 0);
}
}