mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-02-25 01:20:34 +01:00
Don't forget allow_anonymous when merging configs
The algorithm to collapse a subsidiary config file's data into the master data structure forgot to examine this flag. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=73475 Reviewed-by: Chengwei Yang <chengwei.yang@intel.com> Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
This commit is contained in:
parent
46f591b2be
commit
fc3bf2f304
1 changed files with 3 additions and 0 deletions
|
|
@ -318,6 +318,9 @@ merge_included (BusConfigParser *parser,
|
|||
if (included->keep_umask)
|
||||
parser->keep_umask = TRUE;
|
||||
|
||||
if (included->allow_anonymous)
|
||||
parser->allow_anonymous = TRUE;
|
||||
|
||||
if (included->pidfile != NULL)
|
||||
{
|
||||
dbus_free (parser->pidfile);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue