mirror of
https://github.com/containers/podman.git
synced 2025-05-17 15:18:43 +08:00
vendor: update c/common
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
@ -92,7 +92,7 @@ func deleteSystemdCgroup(path string, resources *spec.LinuxResources) error {
|
||||
return err
|
||||
}
|
||||
if rootless.IsRootless() {
|
||||
conn, err := cgroups.GetUserConnection(rootless.GetRootlessUID())
|
||||
conn, err := cgroups.UserConnection(rootless.GetRootlessUID())
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
Reference in New Issue
Block a user