summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-hci.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-06-09 00:14:05 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-06-09 00:14:05 +0000
commita2529a9b417959a52f5d501cba4bcaf32caf6964 (patch)
treefbb41f36aa176b0ad05eadc06bcbf5515d8e3c3e /hcid/dbus-hci.c
parent64f8405b60509908b8668a4160d3ebe120f7b67f (diff)
First attempt at Device.DiscoverServices() implementation
Diffstat (limited to 'hcid/dbus-hci.c')
-rw-r--r--hcid/dbus-hci.c2
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);
}
}