mirror of
https://github.com/containers/podman.git
synced 2025-05-24 02:27:00 +08:00
fix lint: correct func identifier in comment
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
@ -709,7 +709,7 @@ func (r *ConmonOCIRuntime) ExecUpdateStatus(ctr *Container, sessionID string) (b
|
|||||||
return true, nil
|
return true, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// ExecCleanupContainer cleans up files created when a command is run via
|
// ExecContainerCleanup cleans up files created when a command is run via
|
||||||
// ExecContainer. This includes the attach socket for the exec session.
|
// ExecContainer. This includes the attach socket for the exec session.
|
||||||
func (r *ConmonOCIRuntime) ExecContainerCleanup(ctr *Container, sessionID string) error {
|
func (r *ConmonOCIRuntime) ExecContainerCleanup(ctr *Container, sessionID string) error {
|
||||||
// Clean up the sockets dir. Issue #3962
|
// Clean up the sockets dir. Issue #3962
|
||||||
|
Reference in New Issue
Block a user