Skip to content

Commit fb486fe

Browse files
committed
remove readonly of AuthenticationConnection in Session
1 parent acda143 commit fb486fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Renci.SshNet/Session.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public class Session : ISession
8585
/// <remarks>
8686
/// Some server may restrict number to prevent authentication attacks
8787
/// </remarks>
88-
private static readonly SemaphoreLight AuthenticationConnection = new SemaphoreLight(3);
88+
private static SemaphoreLight AuthenticationConnection = new SemaphoreLight(3);
8989

9090
/// <summary>
9191
/// Holds metada about session messages

0 commit comments

Comments
 (0)