mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #21274 from jfrazelle/fix-variables-that-werent-being-used
fix variables that werent being called
This commit is contained in:
commit
b77573f48e
15 changed files with 40 additions and 34 deletions
|
@ -103,8 +103,6 @@ func (s *containerRouter) postContainerExecStart(ctx context.Context, w http.Res
|
|||
stderr = stdcopy.NewStdWriter(outStream, stdcopy.Stderr)
|
||||
stdout = stdcopy.NewStdWriter(outStream, stdcopy.Stdout)
|
||||
}
|
||||
} else {
|
||||
outStream = w
|
||||
}
|
||||
|
||||
// Now run the user process in container.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue