Browse Source

fix loop

pull/3379/head
chrislu 2 years ago
parent
commit
89e276de64
  1. 1
      weed/mount/inode_to_path.go

1
weed/mount/inode_to_path.go

@ -62,6 +62,7 @@ func (i *InodeToPath) EnsurePath(path util.FullPath, isDirectory bool) bool {
}
if i.EnsurePath(util.FullPath(dir), true) {
i.Lookup(path, time.Now().Unix(), isDirectory, false, 0, false)
return true
}
}
return false

Loading…
Cancel
Save