mirror of
https://github.com/containers/podman.git
synced 2025-06-19 08:09:12 +08:00
Rename ContainerState to ContainerStatus
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
This commit is contained in:
@ -528,7 +528,7 @@ func (s *SQLState) UpdateContainer(ctr *Container) error {
|
||||
}
|
||||
|
||||
newState := new(containerRuntimeInfo)
|
||||
newState.State = ContainerState(state)
|
||||
newState.State = ContainerStatus(state)
|
||||
newState.ConfigPath = configPath
|
||||
newState.RunDir = runDir
|
||||
newState.Mountpoint = mountpoint
|
||||
|
Reference in New Issue
Block a user