Browse Source

Cassandra loss dir (#6559)

removed initialization of the local err

Co-authored-by: akosov <a.kosov@kryptonite.ru>
pull/6567/head
Aleksey Kosov 2 months ago
committed by GitHub
parent
commit
41f5cc69b4
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      weed/filer/cassandra/cassandra_store.go

2
weed/filer/cassandra/cassandra_store.go

@ -209,7 +209,7 @@ func (store *CassandraStore) ListDirectoryEntries(ctx context.Context, dirPath u
break
}
}
if err := iter.Close(); err != nil {
if err = iter.Close(); err != nil {
glog.V(0).Infof("list iterator close: %v", err)
}

Loading…
Cancel
Save