mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
same booleans as before
This commit is contained in:
parent
f84c288852
commit
cddcb5cafe
|
@ -244,14 +244,9 @@ func (fs *WebDavFileSystem) removeAll(ctx context.Context, fullFilePath string)
|
|||
return err
|
||||
}
|
||||
|
||||
fi, err := fs.stat(ctx, fullFilePath)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
dir, name := util.FullPath(fullFilePath).DirAndName()
|
||||
|
||||
return filer_pb.Remove(fs, dir, name, true, true, true)
|
||||
return filer_pb.Remove(fs, dir, name, true, false, false)
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue