summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-hci.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-06-10 22:24:46 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-06-10 22:24:46 +0000
commita6f07d2bf12942854072c37c3c42d7447921beee (patch)
treec5f35ec2ba0b6914d3473017e2cd004195e75bd3 /hcid/dbus-hci.c
parentee47b8948cf78f2dd3f9c1ee94916cec5387481d (diff)
Use the pattern parameter in DiscoverServices()
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);
}
}