summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-threads.c
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/dbus-threads.c')
-rw-r--r--dbus/dbus-threads.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbus/dbus-threads.c b/dbus/dbus-threads.c
index a883057d..2a903a27 100644
--- a/dbus/dbus-threads.c
+++ b/dbus/dbus-threads.c
@@ -208,6 +208,7 @@ init_static_locks(void)
{&_dbus_allocated_slots_init_lock},
{&_dbus_atomic_init_lock},
{&_dbus_message_handler_init_lock},
+ {&_dbus_user_info_init_lock}
};
for (i = 0; i < _DBUS_N_ELEMENTS (static_locks); i++)