> @@ -63,9 +77,14 @@ public Factory(ProxyConfig proxyConfig, 
> BackoffLimitedRetryHandler backoffLimite
>  
>        @Override
>        public SshClient create(HostAndPort socket, LoginCredentials 
> credentials) {
> -         SshClient client = new JschSshClient(proxyConfig, 
> backoffLimitedRetryHandler, socket, credentials, timeout);
> +         SshClient client = new JschSshClient(proxyConfig, 
> backoffLimitedRetryHandler, socket, credentials, timeout, 
> getAgentConnector());

Reuse the `agentConnector` variable, as it is already initialized?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/312/files#r10967539

Reply via email to