mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-28 10:40:28 +01:00
dbus-daemon: fix forgotten counter increase while copying configured auth mechanisms
Previously, only one auth mechanism was used. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=45106 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
This commit is contained in:
parent
92e7b08b19
commit
fc124e6ab0
1 changed files with 1 additions and 0 deletions
|
|
@ -419,6 +419,7 @@ process_config_first_time_only (BusContext *context,
|
|||
if (auth_mechanisms[i] == NULL)
|
||||
goto oom;
|
||||
link = _dbus_list_get_next_link (auth_mechanisms_list, link);
|
||||
i += 1;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue