Kaynağa Gözat

Mark GetOrderedAuthenticationMethods static.

drieseng 9 yıl önce
ebeveyn
işleme
4d6a868fd2
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/Renci.SshNet/ClientAuthentication.cs

+ 1 - 1
src/Renci.SshNet/ClientAuthentication.cs

@@ -108,7 +108,7 @@ namespace Renci.SshNet
             return false;
         }
 
-        private IEnumerable<IAuthenticationMethod> GetOrderedAuthenticationMethods(AuthenticationState authenticationState, IEnumerable<IAuthenticationMethod> matchingAuthenticationMethods)
+        private static IEnumerable<IAuthenticationMethod> GetOrderedAuthenticationMethods(AuthenticationState authenticationState, IEnumerable<IAuthenticationMethod> matchingAuthenticationMethods)
         {
             var skippedAuthenticationMethods = new List<IAuthenticationMethod>();