diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-12-23 23:54:15 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-12-23 23:54:15 -0800 |
| commit | 2fea8cfa0fd56d7f2f459681b727d9625b62bc16 (patch) | |
| tree | 2c3f7fad741984cf2c292f9a5f55e0de6a5b4cfb | |
| parent | 53bc1ea25bf707afd828141255f3fb7841c23686 (diff) | |
| download | seaweedfs-2fea8cfa0fd56d7f2f459681b727d9625b62bc16.tar.xz seaweedfs-2fea8cfa0fd56d7f2f459681b727d9625b62bc16.zip | |
fix compilation
| -rw-r--r-- | weed/filer/hbase/hbase_store.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/filer/hbase/hbase_store.go b/weed/filer/hbase/hbase_store.go index 68170ec18..65cdfd847 100644 --- a/weed/filer/hbase/hbase_store.go +++ b/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(dir) { + if dir != string(path) { continue } |
