]> git.sur5r.net Git - bacula/rescue/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)
commit7daf81fd576ef7398e408fef0f46b47941642546
tree8d370c7d71c216685a541d91342639398be885dd
parent61abece755bb29e4f7f4758e0567ab3c5de60131
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.