mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-26 13:44:23 +08:00
Remove D-Bus connection workaround
This commit is contained in:
parent
d93651492d
commit
3e3f6b041f
@ -57,8 +57,6 @@ int hal_init(DBusConnection *conn)
|
||||
if (!hal_ctx)
|
||||
return -ENOMEM;
|
||||
|
||||
conn = init_dbus(NULL, NULL, NULL);
|
||||
|
||||
dbus_connection_add_filter(conn, filter_function, NULL, NULL);
|
||||
|
||||
if (libhal_ctx_set_dbus_connection(hal_ctx, conn) == FALSE) {
|
||||
|
Loading…
Reference in New Issue
Block a user