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

This commit is contained in:
GermanAizek 2025-08-22 22:20:10 +03:00
parent 8c1e83deaa
commit b1b8db6e7a
No known key found for this signature in database
GPG key ID: 1D2DC7BDC7225EF7

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;