Commit 6157f4a9 authored by Alexandre Julliard's avatar Alexandre Julliard

mountmgr.sys: Don't try to close the dbus connection.

parent 2729cc1b
......@@ -50,7 +50,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(mountmgr);
DO_FUNC(dbus_bus_get); \
DO_FUNC(dbus_bus_remove_match); \
DO_FUNC(dbus_connection_add_filter); \
DO_FUNC(dbus_connection_close); \
DO_FUNC(dbus_connection_read_write_dispatch); \
DO_FUNC(dbus_connection_remove_filter); \
DO_FUNC(dbus_connection_send_with_reply_and_block); \
......@@ -526,7 +525,6 @@ static DWORD WINAPI dbus_thread( void *arg )
#ifdef SONAME_LIBHAL
if (!hal_enumerate_devices())
{
p_dbus_connection_close( connection );
p_dbus_error_free( &error );
return 1;
}
......@@ -544,7 +542,6 @@ static DWORD WINAPI dbus_thread( void *arg )
}
__ENDTRY;
p_dbus_connection_close( connection );
return 0;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment