fix: migrate users properly from older releases to newer (#12333)

This commit is contained in:
Harshavardhana
2021-05-19 19:25:44 -07:00
committed by GitHub
parent cfa94cc35c
commit 6060b755c6
3 changed files with 15 additions and 31 deletions

View File

@@ -149,7 +149,6 @@ func runDataScanner(pctx context.Context, objAPI ObjectLayer) {
bf, err := globalNotificationSys.updateBloomFilter(ctx, nextBloomCycle)
logger.LogIf(ctx, err)
err = objAPI.NSScanner(ctx, bf, results)
close(results)
logger.LogIf(ctx, err)
if err == nil {
// Store new cycle...