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 f9d87973..617ded21 100644
--- a/hcid/dbus-hci.c
+++ b/hcid/dbus-hci.c
@@ -1302,7 +1302,8 @@ proceed:
dbus_message_unref(reply);
} else {
device->temporary = FALSE;
- device_browse(device, bonding->conn, bonding->msg, 0);
+ device_browse(device, bonding->conn,
+ bonding->msg, NULL);
}
}