Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
snadrus committed May 2, 2024
1 parent d875e98 commit b79a1e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/paths/local.go
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ func (st *Local) Reserve(ctx context.Context, sid storiface.SectorRef, ft storif
if err != nil {
return nil, err
}
release := func() {}
release = func() {}

st.localLk.Lock()

Expand Down

0 comments on commit b79a1e0

Please sign in to comment.