Skip to content

Commit

Permalink
Merge pull request #15 from bmclaughlin/mks-console-not-loading
Browse files Browse the repository at this point in the history
Fix wrong number of arguments error when opening MKS console
  • Loading branch information
agrare authored Feb 24, 2017
2 parents f6720e9 + 1f20fa0 commit 61cbe00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def remote_console_acquire_ticket_queue(protocol, userid)
# MKS
#

def remote_console_mks_acquire_ticket
def remote_console_mks_acquire_ticket(_userid = nil, _originating_server = nil)
validate_remote_console_acquire_ticket("mks", :check_if_running => false)
ext_management_system.vm_remote_console_mks_acquire_ticket(self)
end
Expand Down

0 comments on commit 61cbe00

Please sign in to comment.