Skip to content

Commit

Permalink
Merge pull request #12354 from matobet/fix-console-host-address
Browse files Browse the repository at this point in the history
Remove extra comma in remote_console.rb
  • Loading branch information
martinpovolny authored Nov 2, 2016
2 parents 2c3e787 + d20962f commit 81d9f00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def remote_console_acquire_ticket(userid, originating_server, console_type)
:url_secret => SecureRandom.hex,
:ssl => display[:secure_port].present?
}
host_address = display[:address],
host_address = display[:address]
host_port = display[:secure_port] || display[:port]

SystemConsole.launch_proxy_if_not_local(console_args, originating_server, host_address, host_port)
Expand Down

0 comments on commit 81d9f00

Please sign in to comment.