]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/udev/net/link-config.c
conf-parser: turn three bool function params into a flags fields
[thirdparty/systemd.git] / src / udev / net / link-config.c
index a5f3b1a1b0f163dbec86170f5c138c201d639787..fcbadf3e7959030504d8805206626fa0eeee6f45 100644 (file)
@@ -175,7 +175,7 @@ static int load_link(link_config_ctx *ctx, const char *filename) {
         r = config_parse(NULL, filename, file,
                          "Match\0Link\0Ethernet\0",
                          config_item_perf_lookup, link_config_gperf_lookup,
-                         false, false, true, link);
+                         CONFIG_PARSE_WARN, link);
         if (r < 0)
                 return r;
         else