bareos: bareos-16.2 d1ff29b3

Author Committer Branch Timestamp Parent
pstorz joergs bareos-16.2 2017-04-25 12:50 bareos-16.2 3d0a1a0a Pending
Affected Issues  0000691: Backup job fails with "No Volume name given."
Changeset Don't return empty volname if volume is on unwanted vols list

When the volume was on the unwanted_list, the loop was
continued but the number of sql rows was not checked, so that
the code continued and returned an empty volumename.

Fixes 0000691: Backup job fails with "No Volume name given."
mod - src/cats/sql_find.c Diff File