1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-19 18:05:32 +08:00

fix context respect through fuse reading

This commit is contained in:
Jeromy
2015-03-23 14:01:42 -07:00
parent d8bc95f43e
commit 13c489eca1
8 changed files with 65 additions and 36 deletions

View File

@ -254,7 +254,7 @@ func (rw *RefWriter) writeRefsRecursive(n *dag.Node) (int, error) {
return count, err
}
nd, err := ng.Get()
nd, err := ng.Get(rw.Ctx)
if err != nil {
return count, err
}