endure creating .vif files

This commit is contained in:
Chris Lu
2019-12-28 21:36:15 -08:00
parent 0cc8347a3a
commit 9134092a8d
2 changed files with 6 additions and 4 deletions

View File

@@ -26,7 +26,9 @@ func (v *Volume) load(alsoLoadIndex bool, createDatIfMissing bool, needleMapKind
fileName := v.FileName()
alreadyHasSuperBlock := false
v.maybeLoadVolumeInfo()
if !v.maybeLoadVolumeInfo() {
v.SaveVolumeInfo()
}
if v.HasRemoteFile() {
v.noWriteCanDelete = true