bareos: master 5ab94222

Author Committer Branch Timestamp Parent
mvwieringen adm mvwieringen adm master 2013-07-30 23:41 master a4846cf3 Pending
Changeset Fix restore handling of NDMP when using wrong storage.

For a NDMP restore its needed that the storage passed into the restore
job is a storage definition with paired NDMP storage. When this is not
the case the pstore pointer will remain NULL and we crash in the
build_ndmp_job() function. Now we check if we have paired storage
and also changed the cleanup somewhat so we don't try to close the
bootstrap file etc when we didn't open it (which also lead to a
segmentation fault.)
mod - src/dird/ndmp_dma.c Diff File