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
590dab49
Commit
590dab49
authored
Oct 19, 2010
by
Leigh B Stoller
Browse files
Minor fix for PGENISUPPORT.
parent
e074a41c
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/libvtop.pm.in
View file @
590dab49
...
...
@@ -3843,7 +3843,7 @@ sub AddNodeToSolution($$$)
}
$physical = $proxynode->node_id();
}
elsif (GeniHRN::IsValid($physical)) {
elsif (
$PGENISUPPORT &&
GeniHRN::IsValid($physical)) {
(undef,undef,$physical) = GeniHRN::Parse($physical);
}
...
...
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