Skip to content

Commit

Permalink
Revert saneTerminal
Browse files Browse the repository at this point in the history
Keep the ONCLR for the terminal created by runc for backwards compat
support of older clients.

Signed-off-by: Michael Crosby <[email protected]>
  • Loading branch information
crosbymichael committed Jun 7, 2017
1 parent 992a5be commit 2d41c04
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions libcontainer/console_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ func newConsole() (Console, error) {
if err != nil {
return nil, err
}
if err := saneTerminal(master); err != nil {
return nil, err
}
console, err := ptsname(master)
if err != nil {
return nil, err
Expand Down

0 comments on commit 2d41c04

Please sign in to comment.