bareos2015: master efb0aba2

Author Committer Branch Timestamp Parent
Philipp Storz Marco van Wieringen master 2015-01-22 13:42 master b3dc3741 Pending
Changeset Make btape use a BTAPE_DCR instead of a DCR

After the changes introduced with commit
8a90b586d9d15838b9b9e5becccc44df109a7755
( Implement the DCR (Device Control Record)
  as an inherited class of SMARTALLOC)
, btape used the wrong type of DCR.

Now we use a BTAPE_DCR.

Fixes 0000400: btape fill test fails
mod - src/stored/bcopy.c Diff File
mod - src/stored/bextract.c Diff File
mod - src/stored/bls.c Diff File
mod - src/stored/bscan.c Diff File
mod - src/stored/btape.c Diff File
mod - src/stored/butil.c Diff File
mod - src/stored/protos.h Diff File