diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-09-08 17:11:28 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-09-08 17:11:28 -0700 |
commit | 063d0c4beee475b05f77467020873438d7f1b8be (patch) | |
tree | 6c41c6e0992ce2b4c77638b7bd527d2974cdf6b1 | |
parent | ed09d7f461852a23b338b4773360a3c231ba65ad (diff) |
Formatting
-rw-r--r-- | paramiko/auth_handler.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/paramiko/auth_handler.py b/paramiko/auth_handler.py index 29b440f2..b5fea654 100644 --- a/paramiko/auth_handler.py +++ b/paramiko/auth_handler.py @@ -515,8 +515,8 @@ class AuthHandler (object): # The OpenSSH server is able to create a TGT with the delegated # client credentials, but this is not supported by GSS-API. result = AUTH_SUCCESSFUL - self.transport.server_object.check_auth_gssapi_with_mic(username, - result) + self.transport.server_object.check_auth_gssapi_with_mic( + username, result) else: result = AUTH_FAILED elif method == "gssapi-keyex" and gss_auth: |