bareos: master fe7d4d3b

Author Committer Branch Timestamp Parent
joergs joergs master 2020-10-05 20:38 master 32e9642f Pending
Changeset core: configparser: cleanup reading CFG_TYPE_ALIST_RES

This commit cleans up the configparser when handling CFG_TYPE_ALIST_STR directives.
This code did contain legacy artifacts, misusing the default value to address an array of alists.
As none of the directives using this type have a default value, it always addresses the first alist
and therefore can be treated
in the same manner as CFG_TYPE_ALIST_STR or other configuration list directives.
mod - core/src/dird/dird_conf.cc Diff File
mod - core/src/lib/res.cc Diff File