diff options
Diffstat (limited to 'libpod/container.go')
-rw-r--r-- | libpod/container.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpod/container.go b/libpod/container.go index 4fa0064c8..2c769b00b 100644 --- a/libpod/container.go +++ b/libpod/container.go @@ -75,7 +75,7 @@ type Container struct { // Locked indicates that a container has been locked as part of a // Batch() operation // Functions called on a locked container will not lock or sync - locked bool + locked bool valid bool lock storage.Locker |