Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
c6bbf83e
Commit
c6bbf83e
authored
Mar 23, 2010
by
Leigh B Stoller
Browse files
Fix minor bug in previous revision.
parent
f6825eed
Changes
1
Hide whitespace changes
Inline
Side-by-side
xmlrpc/emulabserver.py.in
View file @
c6bbf83e
...
...
@@ -4389,7 +4389,7 @@ class elabinelab:
#
# Funnel up to node.console() routine
#
node_instance
=
node
(
readonly
=
self
.
readonly
);
node_instance
=
node
(
self
.
server
);
return
node_instance
.
console
(
version
,
argdict
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment