]> git.sur5r.net Git - bacula/docs/commit
Fix job byte reporting -- the digest code runs in verify.c and increases this value.
authorLandon Fuller <landonf@opendarwin.org>
Sun, 10 Dec 2006 01:37:49 +0000 (01:37 +0000)
committerLandon Fuller <landonf@opendarwin.org>
Sun, 10 Dec 2006 01:37:49 +0000 (01:37 +0000)
commita3494b24192a95a96fd3924feeb10e1229dabb52
tree08ec897e6aa732d2bcb4b4f1221944c7a9e2c122
parent4a58323150d1b0915c2c30d71aa63b1f215298dc
Fix job byte reporting -- the digest code runs in verify.c and increases this value.
The better solution is to digest the stream as we receive it, thus removing the need to re-read from disk at all, but that requires more extensive and potentially destabilizing changes.