Commit 12e184be authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent acc8d9f5
...@@ -431,7 +431,7 @@ func zwrkPreconnect(ctx context.Context, url string, at zodb.Tid, nwrk int) (_ [ ...@@ -431,7 +431,7 @@ func zwrkPreconnect(ctx context.Context, url string, at zodb.Tid, nwrk int) (_ [
if err != nil { if err != nil {
for _, stor := range storv { for _, stor := range storv {
if stor != nil { if stor != nil {
xio.LClose(stor) xio.LClose(ctx, stor)
} }
} }
return nil, err return nil, err
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment