2004-11-26 Havoc Pennington <hp@redhat.com>
authorHavoc Pennington <hp@redhat.com>
Fri, 26 Nov 2004 06:30:38 +0000 (06:30 +0000)
committerHavoc Pennington <hp@redhat.com>
Fri, 26 Nov 2004 06:30:38 +0000 (06:30 +0000)
* dbus/dbus-threads.c (init_global_locks): forgot to put the
message cache lock here

ChangeLog
dbus/dbus-threads.c

index fe1f8a1..51fee4d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2004-11-26  Havoc Pennington  <hp@redhat.com>
-       
+
+       * dbus/dbus-threads.c (init_global_locks): forgot to put the
+       message cache lock here
+
+2004-11-26  Havoc Pennington  <hp@redhat.com>
+
        * dbus/dbus-message.c (struct DBusMessage): put the locked bit and
        the "char byte_order" next to each other to save 4 bytes
        (dbus_message_new_empty_header): reduce preallocation, since the
index b3ab132..3d1de5e 100644 (file)
@@ -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
   };