bareos: master 7dfe7a2e

Author Committer Branch Timestamp Parent
arogge Bareos Bot master 2023-06-28 16:36 master decfa5fa Pending
Changeset stored: fix unintended decrement of block_num

When bsr() is called to initiare a re-read on a tape, it will decrement
ths block_num. As during the re-read the block_num was not incremented,
it shouldn't be decremented.
mod - core/src/stored/backends/unix_tape_device.cc Diff File
mod - core/src/stored/backends/unix_tape_device.h Diff File
mod - core/src/stored/block.cc Diff File