From 1e8fbfbfa6fbcf88a668f77e5601bbc505eb483f Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Wed, 25 Jun 2008 19:38:03 +0000 Subject: Cleanup device_browse code. --- hcid/dbus-hci.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'hcid/dbus-hci.c') diff --git a/hcid/dbus-hci.c b/hcid/dbus-hci.c index 8b9aff86..cf4bd192 100644 --- a/hcid/dbus-hci.c +++ b/hcid/dbus-hci.c @@ -1301,8 +1301,7 @@ proceed: dbus_message_unref(reply); } else { device->temporary = FALSE; - device_browse(device, bonding->conn, - bonding->msg, FALSE, 0); + device_browse(device, bonding->conn, bonding->msg, 0); } } -- cgit