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-stable
Commits
a744e491
Commit
a744e491
authored
Dec 09, 2004
by
Leigh B. Stoller
Browse files
Tiny little bug fix to minmax nodes function.
parent
563c6aca
Changes
1
Hide whitespace changes
Inline
Side-by-side
db/libdb.pm.in
View file @
a744e491
...
...
@@ -2847,7 +2847,7 @@ sub TBExptMinMaxNodes($$$$)
my($pid, $eid, $minp, $maxp) = @_;
my $query_result =
DBQueryWarn("select m
ax
imum_nodes,m
in
imum_nodes from experiments ".
DBQueryWarn("select m
in
imum_nodes,m
ax
imum_nodes from experiments ".
"where eid='$eid' and pid='$pid'");
if (!$query_result || !$query_result->numrows) {
...
...
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