Skip to content

Commit

Permalink
doh: typo
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@19971 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Jul 29, 2018
1 parent ea90acb commit 4665c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/net/ssh.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def ssh_paramiko_connect_to(display_desc):
proxy_command = display_desc["proxy_command"] #ie: "_proxy_start"
socket_dir = display_desc.get("socket_dir")
display_as_args = display_desc["display_as_args"] #ie: "--start=xterm :10"
with nogssapi_context:
with nogssapi_context():
return do_ssh_paramiko_connect_to(sock, host, port, username, password, proxy_command, remote_xpra, socket_dir, display_as_args, target)


Expand Down

0 comments on commit 4665c6f

Please sign in to comment.