1
0
mirror of https://github.com/moby/moby.git synced 2025-07-30 18:23:29 +03:00

Merge pull request #21274 from jfrazelle/fix-variables-that-werent-being-used

fix variables that werent being called
This commit is contained in:
Jess Frazelle
2016-03-18 18:03:15 -07:00
15 changed files with 40 additions and 34 deletions

View File

@ -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.