Filename encryption working

This commit is contained in:
Jakob Unterwurzacher 2015-09-05 12:15:42 +02:00
parent 05a5c0a0ff
commit 1257b4249d
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ func (d *Dir) Open(ctx context.Context, req *fuse.OpenRequest, resp *fuse.OpenRe
} }
clueDir := h.(*cluefs.Dir) clueDir := h.(*cluefs.Dir)
return Dir { return &Dir {
Dir: clueDir, Dir: clueDir,
crfs: d.crfs, crfs: d.crfs,
}, nil }, nil