]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
repart: Add missing parameter comment
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 11 Sep 2024 16:44:44 +0000 (18:44 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 11 Sep 2024 16:44:59 +0000 (18:44 +0200)
src/partition/repart.c

index f3c09b6f4f40c4422441e5714b7ad35a1587e4ba..566b67da6f4e231982552151541b4b8e546dc549 100644 (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);