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
780f8d22
Commit
780f8d22
authored
Mar 02, 2011
by
Leigh B Stoller
Browse files
Minor bug fix; remove obsolete code that sets the aggregate_uuid field
of the aggregate_history table.
parent
6df6a371
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/lib/GeniAggregate.pm.in
View file @
780f8d22
...
...
@@ -449,13 +449,6 @@ sub SetAggregate($$)
" aggregate_idx='
$
agg_idx
' ".
"where idx='
$
idx
'"));
if (!DBQueryWarn("update aggregate_history set ".
" aggregate_uuid='
$
agg_uuid
' ".
"where idx='
$
idx
'")) {
print STDERR "GeniAggregate::SetAggregate: ".
"Failed to update aggregate_history for $self\n";
}
$self->{'
AGGREGATE
'}->{'
aggregate_idx
'} = $agg_idx;
$self->{'
PARENT
'} = $aggregate;
return 0;
...
...
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