INT-1614 removed connect() call from constructor
This commit is contained in:
@@ -109,7 +109,6 @@ public class SftpSession implements Session {
|
||||
}
|
||||
this.userInfo = new OptimisticUserInfoImpl(userPassword);
|
||||
this.jschSession.setUserInfo(userInfo);
|
||||
this.connect();
|
||||
}
|
||||
|
||||
void connect() {
|
||||
|
||||
Reference in New Issue
Block a user