Sfoglia il codice sorgente

Mark GetOrderedAuthenticationMethods static.

drieseng 9 anni fa
parent
commit
4d6a868fd2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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>();