lib/db: Include blocks in db check (ref #6855) (#6861)

This commit is contained in:
Simon Frei 2020-07-28 16:25:07 +02:00 committed by GitHub
parent 26b188dc0e
commit 1b9e5c0937
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -497,7 +497,7 @@ func checkGlobalsFilterDevices(dk, folder, name []byte, devices [][]byte, vl *Ve
if err != nil {
return false, err
}
f, ok, err := t.getFileTrunc(dk, true)
f, ok, err := t.getFileTrunc(dk, false)
if err != nil {
return false, err
}