mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-10 21:53:57 +08:00
various cleanups to address linter issues
Signed-off-by: Dominik Süß <dominik@suess.wtf>
This commit is contained in:
+1
-2
@@ -69,9 +69,8 @@ func (h *signalHandler) forward(process *libcontainer.Process, tty *tty, detach
|
||||
if detach {
|
||||
h.notifySocket.run(pid1)
|
||||
return 0, nil
|
||||
} else {
|
||||
go h.notifySocket.run(0)
|
||||
}
|
||||
go h.notifySocket.run(0)
|
||||
}
|
||||
|
||||
// Perform the initial tty resize. Always ignore errors resizing because
|
||||
|
||||
Reference in New Issue
Block a user