Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
6ca9093e
Commit
6ca9093e
authored
Sep 29, 2003
by
Robert Ricci
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a bug in my last commit.
parent
66a7b035
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
db/libdb.pm.in
db/libdb.pm.in
+1
-1
No files found.
db/libdb.pm.in
View file @
6ca9093e
...
@@ -1806,7 +1806,7 @@ sub TBOSCountInstances ($;@)
...
@@ -1806,7 +1806,7 @@ sub TBOSCountInstances ($;@)
}
}
my $query_result = DBQueryFatal("select distinct p.node_id from partitions " .
my $query_result = DBQueryFatal("select distinct p.node_id from partitions " .
"as p left join reserved as r on p.node_id = r.node_id "
"as p left join reserved as r on p.node_id = r.node_id "
.
"where osid='$osid' and !($nodelist) and r.pid != '$TBOPSPID'");
"where osid='$osid' and !($nodelist) and r.pid != '$TBOPSPID'");
my $current_count = $query_result->num_rows();
my $current_count = $query_result->num_rows();
...
...
Write
Preview
Markdown
is supported
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