mirror of
https://github.com/ipfs/kubo.git
synced 2025-09-10 09:52:20 +08:00
Integrated new network into ipfs
This commit is contained in:
@ -179,9 +179,9 @@ func Mount(ipfs *core.IpfsNode, fpath string) (mount.Mount, error) {
|
||||
// assume it worked...
|
||||
}
|
||||
|
||||
// bind the mount (ContextCloser) to the node, so that when the node exits
|
||||
// bind the mount (ContextGroup) to the node, so that when the node exits
|
||||
// the fsclosers are automatically closed.
|
||||
ipfs.AddCloserChild(m)
|
||||
ipfs.AddChildGroup(m)
|
||||
return m, nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user