diff --git a/application/commands/ssh.go b/application/commands/ssh.go index 6451610..8a379cd 100644 --- a/application/commands/ssh.go +++ b/application/commands/ssh.go @@ -636,8 +636,6 @@ func (d *sshClient) local( d.l.Debug("Failed to write data to remote: %s", wErr) } - - return nil } return nil diff --git a/application/commands/telnet.go b/application/commands/telnet.go index 275c006..6352fe3 100644 --- a/application/commands/telnet.go +++ b/application/commands/telnet.go @@ -186,8 +186,6 @@ func (d *telnetClient) client( d.l.Debug("Failed to write data to remote: %s", wErr) } - - return nil } return nil