bareos: bareos-18.2 71df59b9

Author Committer Branch Timestamp Parent
arogge_adm arogge_adm bareos-18.2 2019-03-18 17:42 bareos-18.2 d1c50079 Pending
Changeset cats: handle empty/non-empty environment correctly

The previous version did not detect whether the
NDMP environment contained values or not.
This new version correctly detects the amount of
environment values returned from the database
and returns success/failure as expected by the
calling code (i.e. return false when there is no
environment in the database).
mod - core/src/cats/cats.h Diff File
mod - core/src/cats/sql_get.cc Diff File