From: Landon Fuller Date: Tue, 28 Nov 2006 07:02:34 +0000 (+0000) Subject: Fixed two bugs, the first of which is mine: X-Git-Tag: Release-2.0.0~203 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=58bdc6a6445ba74ecff4bd9a6f680c4276fd3e3b;p=bacula%2Frescue Fixed two bugs, the first of which is mine: - If a signed digest was incorrectly written for a non-file, do not leak or attempt to validate the digest -- ignore it. - If no new data is encrypted, but the output buffer is not empty, there is still data that needs to be written -- don't exit. ---