mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00
Fix some comments
Signed-off-by: fanqiaojun <fanqiaojun@yeah.net>
This commit is contained in:
@ -127,7 +127,7 @@ func (c *Container) newExecDiedEvent(sessionID string, exitCode int) {
|
||||
}
|
||||
}
|
||||
|
||||
// netNetworkEvent creates a new event based on a network connect/disconnect
|
||||
// newNetworkEvent creates a new event based on a network connect/disconnect
|
||||
func (c *Container) newNetworkEvent(status events.Status, netName string) {
|
||||
e := events.NewEvent(status)
|
||||
e.ID = c.ID()
|
||||
|
Reference in New Issue
Block a user