From 7a4eb66ee571a830ddc3b6b104326546f57c0425 Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Tue, 3 Jun 2025 14:07:21 +0200 Subject: [PATCH] nsresourced: correct argument comments --- src/nsresourced/nsresourcework.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.47.3