1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-10 05:18:17 +03:00

repart: Add missing parameter comment

This commit is contained in:
Daan De Meyer 2024-09-11 18:44:44 +02:00
parent bc48bd83d3
commit e2b0f23713

View File

@ -1795,7 +1795,7 @@ static int config_parse_subvolumes(
continue;
}
r = specifier_printf(path, PATH_MAX-1, system_and_tmp_specifier_table, arg_root, NULL, &d);
r = specifier_printf(path, PATH_MAX-1, system_and_tmp_specifier_table, arg_root, /*userdata=*/ NULL, &d);
if (r < 0) {
log_syntax(unit, LOG_WARNING, filename, line, r,
"Failed to expand specifiers in Subvolumes= parameter, ignoring: %s", path);