mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-20 06:50:08 +01:00
config-parser-common: remove duplicate check "auth" config param
This commit is contained in:
parent
8c1e83deaa
commit
b1b8db6e7a
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;
|
return ELEMENT_LISTEN;
|
||||||
}
|
}
|
||||||
else if (strcmp (name, "auth") == 0)
|
|
||||||
{
|
|
||||||
return ELEMENT_AUTH;
|
|
||||||
}
|
|
||||||
else if (strcmp (name, "allow") == 0)
|
else if (strcmp (name, "allow") == 0)
|
||||||
{
|
{
|
||||||
return ELEMENT_ALLOW;
|
return ELEMENT_ALLOW;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue