bareos: master b75dbb84

Author Committer Branch Timestamp Parent
pstorz mvwieringen master 2015-05-22 11:44 master 9d31fd56 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 462: windows file daemon and zero-length files in Inc backup Description
mod - src/filed/verify.c Diff File