Skip to content

Commit

Permalink
VNC error after installing #119
Browse files Browse the repository at this point in the history
  • Loading branch information
retspen committed Sep 29, 2013
1 parent 4edc633 commit 4f1a222
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions console/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def console(request, host_id, vname):
return HttpResponseRedirect('/login')

errors = []
vnc_port = socket_host = socket_port = None
host = Host.objects.get(id=host_id)

try:
Expand Down

0 comments on commit 4f1a222

Please sign in to comment.