mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
707 B

  1. --- hal-0.5.7.1/tools/hal-device.c~ 2005-11-02 16:38:14.000000000 +0100
  2. +++ hal-0.5.7.1/tools/hal-device.c 2006-08-03 11:29:03.000000000 +0200
  3. @@ -155,7 +155,7 @@
  4. libhal_ctx_shutdown(hal_ctx, &error);
  5. libhal_ctx_free(hal_ctx);
  6. - dbus_connection_disconnect(conn);
  7. + dbus_connection_close(conn);
  8. dbus_connection_unref(conn);
  9. dbus_error_free(&error);
  10. --- hal-0.5.7.1/tools/lshal.c~ 2006-02-13 15:35:31.000000000 +0100
  11. +++ hal-0.5.7.1/tools/lshal.c 2006-08-03 11:28:22.000000000 +0200
  12. @@ -701,7 +701,7 @@
  13. libhal_ctx_shutdown (hal_ctx, &error);
  14. libhal_ctx_free (hal_ctx);
  15. - dbus_connection_disconnect (conn);
  16. + dbus_connection_close (conn);
  17. dbus_connection_unref (conn);
  18. if (show_device)