From: Daan De Meyer Date: Wed, 11 Sep 2024 16:44:44 +0000 (+0200) Subject: repart: Add missing parameter comment X-Git-Tag: v257-rc1~477^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2b0f237134bbcf4e3ba72b579cf1046a96b210c;p=thirdparty%2Fsystemd.git repart: Add missing parameter comment --- diff --git a/src/partition/repart.c b/src/partition/repart.c index f3c09b6f4f4..566b67da6f4 100644 --- a/src/partition/repart.c +++ b/src/partition/repart.c @@ -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);