Browse Source

fix compilation

ftp
Chris Lu 4 years ago
parent
commit
53bc1ea25b
  1. 2
      weed/filer/hbase/hbase_store.go

2
weed/filer/hbase/hbase_store.go

@ -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
}

Loading…
Cancel
Save