From: Jelle van der Waa Date: Tue, 3 Jun 2025 12:07:21 +0000 (+0200) Subject: nsresourced: correct argument comments X-Git-Tag: v258-rc1~399^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7a4eb66ee571a830ddc3b6b104326546f57c0425;p=thirdparty%2Fsystemd.git nsresourced: correct argument comments --- diff --git a/src/nsresourced/nsresourcework.c b/src/nsresourced/nsresourcework.c index ebace9e22f5..f1c48a1e810 100644 --- a/src/nsresourced/nsresourcework.c +++ b/src/nsresourced/nsresourcework.c @@ -1248,7 +1248,7 @@ static int vl_method_add_mount_to_user_namespace(sd_varlink *link, sd_json_varia link, /* bus= */ NULL, "io.systemd.namespace-resource.delegate-mount", - /* polkit_details= */ NULL, + /* details= */ NULL, /* good_user= */ UID_INVALID, POLKIT_DEFAULT_ALLOW, /* If no polkit is installed, allow delegation of mounts to registered userns */ &c->polkit_registry); @@ -1401,7 +1401,7 @@ static int vl_method_add_cgroup_to_user_namespace(sd_varlink *link, sd_json_vari link, /* bus= */ NULL, "io.systemd.namespace-resource.delegate-cgroup", - /* polkit_details= */ NULL, + /* details= */ NULL, /* good_user= */ UID_INVALID, POLKIT_DEFAULT_ALLOW, /* If no polkit is installed, allow delegation of cgroups to registered userns */ &c->polkit_registry);