diff --git a/urbackupclient/client.cpp b/urbackupclient/client.cpp index 43d5a362..c24f9227 100644 --- a/urbackupclient/client.cpp +++ b/urbackupclient/client.cpp @@ -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; }