* dbus/dbus-connection.c (_dbus_connection_open_internal): Fix
authorThiago Macieira <thiago@kde.org>
Thu, 26 Oct 2006 18:03:24 +0000 (18:03 +0000)
committerThiago Macieira <thiago@kde.org>
Thu, 26 Oct 2006 18:03:24 +0000 (18:03 +0000)
commitf17c060c7234cec9df8ce90628db299d3dd9c4b9
tree7c4a58314e439f6b588bc9597c139b1534b3933e
parent01b91ba121034f94c1e4d4511b9e61f622dde48c
* dbus/dbus-connection.c (_dbus_connection_open_internal): Fix
        bug 8780: the connection lock is only required while recording
        the shared connection, so protect only that code
        section. Don't require connection_lookup_shared to return a
        locked connection.
ChangeLog
dbus/dbus-connection.c