mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 12:18:13 +02:00
Merge remote-tracking branch 'origin/dbus-1.8'
Conflicts: cmake/test/CMakeLists.txt test/Makefile.am
This commit is contained in:
commit
9979b9916f
1 changed files with 4 additions and 1 deletions
|
|
@ -1043,7 +1043,10 @@ dbus_server_set_auth_mechanisms (DBusServer *server,
|
|||
{
|
||||
copy = _dbus_dup_string_array (mechanisms);
|
||||
if (copy == NULL)
|
||||
return FALSE;
|
||||
{
|
||||
SERVER_UNLOCK (server);
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
else
|
||||
copy = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue