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

Alexandre Julliard julliard at winehq.org
Wed Jun 6 15:35:18 CDT 2012


Module: wine
Branch: master
Commit: 6157f4a9f4fc15c313500302c153e3f455ceb8bb
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=6157f4a9f4fc15c313500302c153e3f455ceb8bb

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Jun  6 11:46:38 2012 +0200

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

---

 dlls/mountmgr.sys/dbus.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/dlls/mountmgr.sys/dbus.c b/dlls/mountmgr.sys/dbus.c
index ab7d912..608efd0 100644
--- a/dlls/mountmgr.sys/dbus.c
+++ b/dlls/mountmgr.sys/dbus.c
@@ -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;
 }
 




More information about the wine-cvs mailing list