From a6f07d2bf12942854072c37c3c42d7447921beee Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 10 Jun 2008 22:24:46 +0000 Subject: Use the pattern parameter in DiscoverServices() --- hcid/dbus-hci.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hcid/dbus-hci.c') 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); } } -- cgit