mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-11 19:10:18 +01:00
* dbus/dbus-sysdeps.c: moved global lock system_users from dbus-userdb.c
This commit is contained in:
parent
eacd8a9ed7
commit
cf4c8dbfa8
3 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2007-06-14 Ralf Habacker <ralf.habacker@freenet.de>
|
||||
|
||||
* dbus/dbus-sysdeps.c: moved global lock system_users from dbus-userdb.c
|
||||
|
||||
2007-06-14 Ralf Habacker <ralf.habacker@freenet.de>
|
||||
|
||||
* global rename of function dbus_username_from_current_process
|
||||
|
|
|
|||
|
|
@ -49,6 +49,7 @@
|
|||
|
||||
_DBUS_DEFINE_GLOBAL_LOCK (win_fds);
|
||||
_DBUS_DEFINE_GLOBAL_LOCK (sid_atom_cache);
|
||||
_DBUS_DEFINE_GLOBAL_LOCK (system_users);
|
||||
|
||||
/**
|
||||
* @defgroup DBusSysdeps Internal system-dependent API
|
||||
|
|
|
|||
|
|
@ -218,7 +218,6 @@ _dbus_user_database_lookup (DBusUserDatabase *db,
|
|||
}
|
||||
}
|
||||
|
||||
_DBUS_DEFINE_GLOBAL_LOCK(system_users);
|
||||
static dbus_bool_t database_locked = FALSE;
|
||||
static DBusUserDatabase *system_db = NULL;
|
||||
static DBusString process_username;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue