]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
config-parser-common: remove duplicate check "auth" config param
authorGermanAizek <GermanAizek@yandex.ru>
Fri, 22 Aug 2025 19:20:10 +0000 (22:20 +0300)
committerGermanAizek <GermanAizek@yandex.ru>
Fri, 22 Aug 2025 19:20:10 +0000 (22:20 +0300)
bus/config-parser-common.c

index 12a01b47d7f6824a2a53b22ab2541ce764367339..d2f8c550b957cbec35679b9de90ba2924b5c6562 100644 (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;