From: Landon Fuller Date: Sun, 10 Dec 2006 01:37:49 +0000 (+0000) Subject: Fix job byte reporting -- the digest code runs in verify.c and increases this value. X-Git-Tag: Release-2.0.0~131 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a3494b24192a95a96fd3924feeb10e1229dabb52;p=bacula%2Fdocs 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. ---