]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/tty-ask-password-agent/tty-ask-password-agent.c
conf-parser: turn three bool function params into a flags fields
[thirdparty/systemd.git] / src / tty-ask-password-agent / tty-ask-password-agent.c
index 495ae464b475d9233f003e6fe289a55fed877bc2..9dd7ea181107ae47668742e39cc12fa7b9cdc70d 100644 (file)
@@ -310,7 +310,7 @@ static int parse_password(const char *filename, char **wall) {
         r = config_parse(NULL, filename, NULL,
                          NULL,
                          config_item_table_lookup, items,
-                         true, false, true, NULL);
+                         CONFIG_PARSE_RELAXED|CONFIG_PARSE_WARN, NULL);
         if (r < 0)
                 return r;