mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-12-17 17:51:20 +08:00
same booleans as before
This commit is contained in:
@@ -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)
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user