mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 04:08:12 +02:00
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:
commit
649411f65d
1 changed files with 0 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue