瀏覽代碼

Mark GetOrderedAuthenticationMethods static.

drieseng 9 年之前
父節點
當前提交
4d6a868fd2
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>();