mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-22 06:07:24 +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)
|
fullpath := util.FullPath(cell.Row)
|
||||||
dir, _ := fullpath.DirAndName()
|
dir, _ := fullpath.DirAndName()
|
||||||
if dir != string(dir) {
|
if dir != string(path) {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user