bareos: master 37218b8d

Author Committer Branch Timestamp Parent
Marco van Wieringen Marco van Wieringen master 2014-08-01 00:48 master 1390c559 Pending
Changeset Fix problem with new DCR constructor.

Coverity found a valid problem with the new DCR constructor that cannot
use the dev variable as that is a non initialized variable in the
constructor so use a proper local error buffer.
mod - src/stored/acquire.c Diff File
mod - src/stored/askdir.c Diff File