summaryrefslogtreecommitdiff
path: root/libpod/sql_state.go
diff options
context:
space:
mode:
Diffstat (limited to 'libpod/sql_state.go')
-rw-r--r--libpod/sql_state.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpod/sql_state.go b/libpod/sql_state.go
index abf48543f..b3e531ba1 100644
--- a/libpod/sql_state.go
+++ b/libpod/sql_state.go
@@ -313,7 +313,7 @@ func (s *SQLState) UpdateContainer(ctr *Container) error {
&netNSPath,
&ipAddress,
&subnetMask,
- &execSessions)
+ &execSessions)
if err != nil {
// The container may not exist in the database
if err == sql.ErrNoRows {