Skip to content

Commit

Permalink
Update Connection.java
Browse files Browse the repository at this point in the history
  • Loading branch information
mpet authored Aug 16, 2023
1 parent effe590 commit 08429d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/trilead/ssh2/Connection.java
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ final class TimeoutState
if (kexTimeout < 0)
throw new IllegalArgumentException("kexTimeout must be non-negative!");

final TimeoutState state = new TimeoutState():
final TimeoutState state = new TimeoutState();
final TimeoutService timeoutService = new TimeoutService(hostname);

tm = new TransportManager(hostname, port, sourceAddress);
Expand Down

0 comments on commit 08429d3

Please sign in to comment.