mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
vendor latest c/common
Includes the default db backend changes. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
@ -367,7 +367,7 @@ func makeRuntime(runtime *Runtime) (retErr error) {
|
||||
}
|
||||
runtime.state = state
|
||||
default:
|
||||
return fmt.Errorf("unrecognized state type passed (%v): %w", runtime.config.Engine.StateType, define.ErrInvalidArg)
|
||||
return fmt.Errorf("unrecognized state type passed (%v): %w", backend, define.ErrInvalidArg)
|
||||
}
|
||||
|
||||
// Grab config from the database so we can reset some defaults
|
||||
|
Reference in New Issue
Block a user