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
54d6b99a
Commit
54d6b99a
authored
Oct 20, 2010
by
Jonathon Duerig
Browse files
Fix namespace in libvtop
parent
45ced838
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/libvtop.pm.in
View file @
54d6b99a
...
...
@@ -8009,7 +8009,7 @@ sub PrintSolution($$)
my $root = $doc->createElement("rspec");
$root->setAttribute("pid", "$pid");
$root->setAttribute("eid", "$eid");
$root->setAttribute("xmlns:rspec", "http://
emulab
.net/resources/rspec/0.1");
$root->setAttribute("xmlns:rspec", "http://
www.protogeni
.net/resources/rspec/0.1");
$doc->setDocumentElement($root);
foreach my $pnodename (keys(%{ $self->solution_p2v() })) {
...
...
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