X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/4a421c824cd37a3b005f4d8c5ee58e05444b54f1..a5129d860e26e364fff59043900d632e725efced:/code/main.py diff --git a/code/main.py b/code/main.py index cfcbd5d..452a285 100755 --- a/code/main.py +++ b/code/main.py @@ -245,7 +245,7 @@ def vnc(username, state, path, fields): """ machine = validation.Validate(username, state, machine_id=fields.getfirst('machine_id')).machine - token = remctl('control', machine.name, 'vnctoken') + token = controls.remctl('control', machine.name, 'vnctoken') host = controls.listHost(machine) if host: port = 10003 + [h.hostname for h in config.hosts].index(host)