]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/test/test-conf-parser.c
conf-parser: turn three bool function params into a flags fields
[thirdparty/systemd.git] / src / test / test-conf-parser.c
index 7a7de98bec655899204c0961fdf79fe70ff870c7..2974d533c3292f667d9bc10384ad9507318e22a7 100644 (file)
@@ -311,7 +311,7 @@ static void test_config_parse(unsigned i, const char *s) {
         r = config_parse(NULL, name, f,
                          "Section\0",
                          config_item_table_lookup, items,
-                         false, false, true, NULL);
+                         CONFIG_PARSE_WARN, NULL);
 
         switch (i) {
         case 0 ... 3: