Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-unixfs
Commits
8f176c05
Commit
8f176c05
authored
Aug 20, 2015
by
rht
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Wire a context down to (n *helpers.UnixfsNode) GetChild
License: MIT Signed-off-by:
rht
<
rhtbot@gmail.com
>
parent
4023331d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
mod/dagmodifier.go
mod/dagmodifier.go
+1
-1
No files found.
mod/dagmodifier.go
View file @
8f176c05
...
@@ -312,7 +312,7 @@ func (dm *DagModifier) appendData(node *mdag.Node, blks <-chan []byte, errs <-ch
...
@@ -312,7 +312,7 @@ func (dm *DagModifier) appendData(node *mdag.Node, blks <-chan []byte, errs <-ch
NodeCB
:
imp
.
BasicPinnerCB
(
dm
.
mp
),
NodeCB
:
imp
.
BasicPinnerCB
(
dm
.
mp
),
}
}
return
trickle
.
TrickleAppend
(
node
,
dbp
.
New
(
blks
,
errs
))
return
trickle
.
TrickleAppend
(
dm
.
ctx
,
node
,
dbp
.
New
(
blks
,
errs
))
}
}
// Read data from this dag starting at the current offset
// Read data from this dag starting at the current offset
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment