summaryrefslogtreecommitdiff
path: root/cmd/podman/main_local.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-04-16 06:25:41 -0700
committerGitHub <noreply@github.com>2019-04-16 06:25:41 -0700
commit713839cf8393bdb96c739cb745e403cf2a3a1327 (patch)
tree5ae1609e0372f6cd4d1b87df93fa0358c47900eb /cmd/podman/main_local.go
parentc1e2b583c82261639d6927c9b2a4f19d87a166a7 (diff)
parent6fb0a706af438778dd372d4b05b417fb30a45965 (diff)
downloadpodman-713839cf8393bdb96c739cb745e403cf2a3a1327.tar.gz
podman-713839cf8393bdb96c739cb745e403cf2a3a1327.tar.bz2
podman-713839cf8393bdb96c739cb745e403cf2a3a1327.zip
Merge pull request #2946 from baude/segs
Fix segfaults attribute to missing options
Diffstat (limited to 'cmd/podman/main_local.go')
-rw-r--r--cmd/podman/main_local.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/main_local.go b/cmd/podman/main_local.go
index 2915659f1..91ad42630 100644
--- a/cmd/podman/main_local.go
+++ b/cmd/podman/main_local.go
@@ -110,6 +110,7 @@ func setupRootless(cmd *cobra.Command, args []string) error {
cmd,
args,
MainGlobalOpts,
+ remoteclient,
}
runtime, err := libpodruntime.GetRuntime(&podmanCmd)
if err != nil {