summaryrefslogtreecommitdiff
path: root/libpod/container_exec.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-04-21 05:25:19 -0400
committerGitHub <noreply@github.com>2021-04-21 05:25:19 -0400
commit41677b192aac6ae2849aa792e4ded856773712fd (patch)
tree6825fc6742e92a24ebc7785aeabc0956d8f2ce8e /libpod/container_exec.go
parent0d3aa18f04aa72d23ddec1dac779c18ffb71cfb3 (diff)
parent6af4c08a50e02eb38ffa2be96359c14e10b5e5ba (diff)
downloadpodman-41677b192aac6ae2849aa792e4ded856773712fd.tar.gz
podman-41677b192aac6ae2849aa792e4ded856773712fd.tar.bz2
podman-41677b192aac6ae2849aa792e4ded856773712fd.zip
Merge pull request #8979 from haircommander/full-attach-path
Use full attach path, rather than a symlink
Diffstat (limited to 'libpod/container_exec.go')
-rw-r--r--libpod/container_exec.go2
1 files changed, 1 insertions, 1 deletions
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