Commit 9a408897 authored by Jeromy's avatar Jeromy

fix context respect through fuse reading

parent 1b4817ea
......@@ -177,7 +177,7 @@ func (p *pinner) pinLinks(node *mdag.Node) error {
defer cancel()
for _, ng := range p.dserv.GetDAG(ctx, node) {
subnode, err := ng.Get()
subnode, err := ng.Get(ctx)
if err != nil {
// TODO: Maybe just log and continue?
return 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