bareos: bareos-15.2 627d8d7e

Author Committer Branch Timestamp Parent
pstorz pstorz bareos-15.2 2017-04-25 12:50 bareos-15.2 9e5d0f68 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