Merge branch 'rempve-excess-auth-config' into 'main'

config-parser-common: remove duplicate check "auth" config param

See merge request dbus/dbus!536
This commit is contained in:
Simon McVittie 2025-08-22 19:55:42 +00:00
commit 649411f65d

View file

@ -65,10 +65,6 @@ bus_config_parser_element_name_to_type (const char *name)
{
return ELEMENT_LISTEN;
}
else if (strcmp (name, "auth") == 0)
{
return ELEMENT_AUTH;
}
else if (strcmp (name, "allow") == 0)
{
return ELEMENT_ALLOW;