Fix CBT zeroing issue

This commit is contained in:
Martin Raiber 2016-08-24 13:55:17 +02:00
parent 0fd9431bb9
commit 260030d0a0

View File

@ -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;
}