summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-03-27 10:20:41 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-03-27 10:20:41 +0000
commit3e3f6b041fd5a9f876c9a2fd87be366cc5621c17 (patch)
tree7981f2c98b17575aac9d053199ab4a01edb869f2 /common
parentd93651492d899c8fb4692207f44e44ac1e2049f5 (diff)
Remove D-Bus connection workaround
Diffstat (limited to 'common')
-rw-r--r--common/hal-libhal.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/hal-libhal.c b/common/hal-libhal.c
index cf8ece1f..3787e73d 100644
--- a/common/hal-libhal.c
+++ b/common/hal-libhal.c
@@ -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) {