From d6324969931f4b0202851443ad6ccb98a325f476 Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Tue, 3 Jun 2008 10:50:00 +0000 Subject: Converted Adapter interface to use new GDBusMethodTable --- hcid/dbus-hci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hcid/dbus-hci.c') diff --git a/hcid/dbus-hci.c b/hcid/dbus-hci.c index 3c5dd591..0efd1205 100644 --- a/hcid/dbus-hci.c +++ b/hcid/dbus-hci.c @@ -530,7 +530,7 @@ int hcid_dbus_register_device(uint16_t id) } } - if (!adapter_init(connection, path)) { + if (!adapter_init(connection, path, adapter)) { error("Adapter interface init failed"); goto failed; } -- cgit