diff options
author | Havoc Pennington <hp@redhat.com> | 2004-11-26 06:30:38 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2004-11-26 06:30:38 +0000 |
commit | 7fc350740c64ebd095615b8384de0bce0b4d8074 (patch) | |
tree | 617d02f7b7efc68481f226edef0d2a59c1f5c9d0 /dbus/dbus-threads.c | |
parent | a58180de0e720f7fca46a5af69a7b27b5e102a1d (diff) |
2004-11-26 Havoc Pennington <hp@redhat.com>
* dbus/dbus-threads.c (init_global_locks): forgot to put the
message cache lock here
Diffstat (limited to 'dbus/dbus-threads.c')
-rw-r--r-- | dbus/dbus-threads.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dbus/dbus-threads.c b/dbus/dbus-threads.c index b3ab132d..3d1de5ef 100644 --- a/dbus/dbus-threads.c +++ b/dbus/dbus-threads.c @@ -229,7 +229,8 @@ init_global_locks (void) LOCK_ADDR (atomic), LOCK_ADDR (bus), LOCK_ADDR (shutdown_funcs), - LOCK_ADDR (system_users) + LOCK_ADDR (system_users), + LOCK_ADDR (message_cache) #undef LOCK_ADDR }; |