diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-11-13 03:14:41 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-11-13 03:14:41 +0000 |
commit | cba40228f795bbfa55c0137cd54e1623be522a65 (patch) | |
tree | 5c21a792e766294a9be4886184463628bc599ad8 /pkg/shim/v1/proc/init.go | |
parent | 77f5e9c854ade3ac6c0b602ed338800f61bd6184 (diff) | |
parent | cf47c8b4a5d22f317cb88ee1c11b5c695c508d1f (diff) |
Merge release-20201030.0-81-gcf47c8b4a (automated)
Diffstat (limited to 'pkg/shim/v1/proc/init.go')
-rw-r--r-- | pkg/shim/v1/proc/init.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/shim/v1/proc/init.go b/pkg/shim/v1/proc/init.go index dab3123d6..9fd7d978c 100644 --- a/pkg/shim/v1/proc/init.go +++ b/pkg/shim/v1/proc/init.go @@ -397,7 +397,7 @@ func (p *Init) Exec(ctx context.Context, path string, r *ExecConfig) (process.Pr } // exec returns a new exec'd process. -func (p *Init) exec(ctx context.Context, path string, r *ExecConfig) (process.Process, error) { +func (p *Init) exec(path string, r *ExecConfig) (process.Process, error) { // process exec request var spec specs.Process if err := json.Unmarshal(r.Spec.Value, &spec); err != nil { |