2
2
mirror of https://github.com/octoleo/restic.git synced 2024-09-21 11:29:02 +00:00

fuse: Fix file inode

This commit is contained in:
Alexander Neumann 2017-06-18 16:28:55 +02:00
parent 3883c7a190
commit c86e425df6

View File

@ -53,6 +53,7 @@ func newFile(ctx context.Context, root *Root, inode uint64, node *restic.Node) (
} }
return &file{ return &file{
inode: inode,
root: root, root: root,
node: node, node: node,
sizes: sizes, sizes: sizes,