* dbus/dbus-sysdeps-pthread.c (_dbus_pthread_mutex_lock,
authorThiago Macieira <thiago@kde.org>
Sun, 19 Nov 2006 18:23:27 +0000 (18:23 +0000)
committerThiago Macieira <thiago@kde.org>
Sun, 19 Nov 2006 18:23:27 +0000 (18:23 +0000)
commitc0dbd2a2b5ce42612b1bffe778d6127682cddb45
treea321b694d2fa35006adbc0e412cdc024293ac034
parent6d9173ad11c6e83befd45a3e0dc9aa4f2815ece5
* dbus/dbus-sysdeps-pthread.c (_dbus_pthread_mutex_lock,
        _dbus_pthread_condvar_wait,
        _dbus_pthread_condvar_wait_timeout): set pmutex->holder to
        pthread_self() after coming back from a conditional variable
        wait as well as in one codepath where it was forgotten.
Approved by: Havoc Pennington.
ChangeLog
dbus/dbus-sysdeps-pthread.c