mirror of
https://github.com/uroni/urbackup_backend.git
synced 2025-10-26 11:36:50 +00:00
Fix CBT zeroing issue
This commit is contained in:
parent
0fd9431bb9
commit
260030d0a0
@ -5438,10 +5438,11 @@ bool IndexThread::finishCbt(std::string volume, int shadow_id, std::string snap_
|
||||
VSSLog("Errro zeroing file hash data. " + errmsg + " (code: " + convert(err) + ") -1", LL_ERROR);
|
||||
return false;
|
||||
}
|
||||
last_bit_set = false;
|
||||
last_zeroed = false;
|
||||
}
|
||||
|
||||
last_bit_set = false;
|
||||
last_zeroed = false;
|
||||
|
||||
++curr_byte;
|
||||
continue;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user