From 452b9e204f21f32c71ac876f1fce82697a1935e9 Mon Sep 17 00:00:00 2001 From: Peter Hunt Date: Thu, 14 Jan 2021 13:58:36 -0500 Subject: oci: drop ExecContainerCleanup without the socketsDir, we no longer need to worry about cleaning up after an exec. Signed-off-by: Peter Hunt --- libpod/container_exec.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpod/container_exec.go') diff --git a/libpod/container_exec.go b/libpod/container_exec.go index 8d8ed14aa..c359f1e5d 100644 --- a/libpod/container_exec.go +++ b/libpod/container_exec.go @@ -773,7 +773,7 @@ func (c *Container) cleanupExecBundle(sessionID string) error { return err } - return c.ociRuntime.ExecContainerCleanup(c, sessionID) + return nil } // the path to a containers exec session bundle -- cgit v1.2.3-54-g00ecf