From cb7b97ce5ed30bbe1239d2bcbc1be282ba56ed9e Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Thu, 7 May 2020 18:02:00 -0400 Subject: Fix handling of overridden paths from database Signed-off-by: Daniel J Walsh --- libpod/runtime.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpod/runtime.go') diff --git a/libpod/runtime.go b/libpod/runtime.go index d5e2c51d8..2fe663d7b 100644 --- a/libpod/runtime.go +++ b/libpod/runtime.go @@ -763,7 +763,7 @@ type DBConfig struct { // mergeDBConfig merges the configuration from the database. func (r *Runtime) mergeDBConfig(dbConfig *DBConfig) error { - c := r.config.Engine + c := &r.config.Engine if !r.storageSet.RunRootSet && dbConfig.StorageTmp != "" { if r.storageConfig.RunRoot != dbConfig.StorageTmp && r.storageConfig.RunRoot != "" { -- cgit v1.2.3-54-g00ecf