diff options
Diffstat (limited to 'ssh_client.go')
| -rw-r--r-- | ssh_client.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh_client.go b/ssh_client.go index 1d20ae8..519a19c 100644 --- a/ssh_client.go +++ b/ssh_client.go @@ -34,7 +34,7 @@ type sshClient struct { // // Once connection established, the client create new temporary directory on // server at dirTmp for sudoGet or sudoPut operations. -func newSshClient(req *Request, section *config.Section, dirTmp string) (sshc *sshClient, err error) { +func newSshClient(req *ExecRequest, section *config.Section, dirTmp string) (sshc *sshClient, err error) { var logp = `newSshClient` req.mlog.Outf(`--- SSH connection: %s@%s:%s`, |
