Skip to content

Commit

Permalink
Merge branch 'release-6.5' into cherry-pick-39322-to-release-6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
CbcWestwolf authored Dec 14, 2022
2 parents 414226b + 582f747 commit c5386cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion br/pkg/task/stream.go
Original file line number Diff line number Diff line change
Expand Up @@ -1177,7 +1177,7 @@ func restoreStream(
return errors.Trace(err)
}
defer func() {
if err = restoreGc(); err != nil {
if err := restoreGc(); err != nil {
log.Error("failed to set gc enabled", zap.Error(err))
}
}()
Expand Down

0 comments on commit c5386cc

Please sign in to comment.