From: Yu Watanabe Date: Mon, 15 Dec 2025 00:45:29 +0000 (+0900) Subject: sysext: Fix config file section docs and --root= (#40063) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82e3f6c5f9f1c37846f5a286e615431ecf6b8448;p=thirdparty%2Fsystemd.git sysext: Fix config file section docs and --root= (#40063) --- 82e3f6c5f9f1c37846f5a286e615431ecf6b8448 diff --cc src/sysext/sysext.c index 1d129f42716,d18f1389370..2f6bee58c46 --- a/src/sysext/sysext.c +++ b/src/sysext/sysext.c @@@ -179,12 -184,12 +184,12 @@@ static int parse_config_file(ImageClas r = config_parse_standard_file_with_dropins_full( arg_root, config_file, - image_class == IMAGE_SYSEXT ? "SysExt\0" : "ConfExt\0", + sections, config_item_table_lookup, items, CONFIG_PARSE_WARN, - /* userdata = */ NULL, - /* ret_stats_by_path = */ NULL, - /* ret_dropin_files = */ NULL); + /* userdata= */ NULL, + /* ret_stats_by_path= */ NULL, + /* ret_dropin_files= */ NULL); if (r < 0) return r;