|
--- hal-0.5.7.1/tools/hal-device.c~ 2005-11-02 16:38:14.000000000 +0100
|
|
+++ hal-0.5.7.1/tools/hal-device.c 2006-08-03 11:29:03.000000000 +0200
|
|
@@ -155,7 +155,7 @@
|
|
|
|
libhal_ctx_shutdown(hal_ctx, &error);
|
|
libhal_ctx_free(hal_ctx);
|
|
- dbus_connection_disconnect(conn);
|
|
+ dbus_connection_close(conn);
|
|
dbus_connection_unref(conn);
|
|
dbus_error_free(&error);
|
|
|
|
--- hal-0.5.7.1/tools/lshal.c~ 2006-02-13 15:35:31.000000000 +0100
|
|
+++ hal-0.5.7.1/tools/lshal.c 2006-08-03 11:28:22.000000000 +0200
|
|
@@ -701,7 +701,7 @@
|
|
libhal_ctx_shutdown (hal_ctx, &error);
|
|
libhal_ctx_free (hal_ctx);
|
|
|
|
- dbus_connection_disconnect (conn);
|
|
+ dbus_connection_close (conn);
|
|
dbus_connection_unref (conn);
|
|
|
|
if (show_device)
|