Skip to content

Commit 4d6a868

Browse files
committed
Mark GetOrderedAuthenticationMethods static.
1 parent a673c1f commit 4d6a868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Renci.SshNet/ClientAuthentication.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ private bool TryAuthenticate(ISession session,
108108
return false;
109109
}
110110

111-
private IEnumerable<IAuthenticationMethod> GetOrderedAuthenticationMethods(AuthenticationState authenticationState, IEnumerable<IAuthenticationMethod> matchingAuthenticationMethods)
111+
private static IEnumerable<IAuthenticationMethod> GetOrderedAuthenticationMethods(AuthenticationState authenticationState, IEnumerable<IAuthenticationMethod> matchingAuthenticationMethods)
112112
{
113113
var skippedAuthenticationMethods = new List<IAuthenticationMethod>();
114114

0 commit comments

Comments
 (0)