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.

11 lines
401 B

  1. --- ./src/pmount-hal.c.orig 2006-08-03 23:38:45.000000000 +0200
  2. +++ ./src/pmount-hal.c 2006-08-03 23:38:54.000000000 +0200
  3. @@ -345,7 +345,7 @@
  4. /* shut down hal connection */
  5. libhal_ctx_shutdown( hal_ctx, &error );
  6. libhal_ctx_free( hal_ctx );
  7. - dbus_connection_disconnect( dbus_conn );
  8. + dbus_connection_close( dbus_conn );
  9. dbus_connection_unref( dbus_conn );
  10. /* go */