diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-12-23 23:53:46 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-12-23 23:53:46 -0800 |
| commit | 53bc1ea25bf707afd828141255f3fb7841c23686 (patch) | |
| tree | 9361b49df5e64da7af844fd726d10103f3267417 | |
| parent | b5e2be635adb51808282358a1eab0b61080982d6 (diff) | |
| download | seaweedfs-53bc1ea25bf707afd828141255f3fb7841c23686.tar.xz seaweedfs-53bc1ea25bf707afd828141255f3fb7841c23686.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 cc690c48a..68170ec18 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(dirPath) { + if dir != string(dir) { continue } |
