mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-21 07:17:25 +08:00
fix compilation
This commit is contained in:
@@ -135,7 +135,7 @@ func (store *HbaseStore) DeleteFolderChildren(ctx context.Context, path util.Ful
|
||||
}
|
||||
fullpath := util.FullPath(cell.Row)
|
||||
dir, _ := fullpath.DirAndName()
|
||||
if dir != string(dirPath) {
|
||||
if dir != string(dir) {
|
||||
continue
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user