bareos: bareos-14.2 139312f5

Author Committer Branch Timestamp Parent
pstorz joergs bareos-14.2 2015-05-22 11:44 bareos-14.2 b0b2178d Pending
Affected Issues  0000462: windows file daemon and zero-length files in Inc backup
Changeset Do not assume a filetype in digest_file

Unfortunately, the ff_pkt->type is not set correctly when
digest_file is called during accurate comparison.

We get the value that stored before in ff_pkt->type by the last
file/directory that was processed, not by what we actually see.

That is why we do always calculate the digest now.

Fixes 0000462: windows file daemon and zero-length files in Inc backup Description
mod - src/filed/verify.c Diff File