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:
parent
bc48bd83d3
commit
e2b0f23713
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user