Skip to content

Commit

Permalink
Small 2.0 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dkmstr committed Apr 7, 2017
1 parent a3110d4 commit 15a76f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/uds/transports/RDP/scripts/macosx/tunnel.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def onExit():
if '{m.password}' != '':
url += ':' + urllib.quote('{m.password}')
url += '@'
url += '127.0.0.1:{}/'.format(port)
url += '127.0.0.1:{{}}/'.format(port)
if domain != '':
url += domain

Expand Down

0 comments on commit 15a76f3

Please sign in to comment.