bareos2015: bareos-14.2 24873052

Author Committer Branch Timestamp Parent
pstorz mvwieringen bareos-14.2 2015-01-22 13:42 bareos-14.2 a226e410 Pending
Affected Issues  0000400: btape fill test fails
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