bareos: master 32e9642f

Author Committer Branch Timestamp Parent
joergs joergs master 2020-10-05 17:27 master 0223f20f Pending
Changeset core: configparser: CFG_TYPE_ALIST_STR: read all entries

Generally, config directives in Bareos that can contain multiple values (list)
can be written in multiple lines and/or been seperated by comma (,):

Job {
  ...
  Run = run1a, run1b
  Run = run2a, run2b
  ...
}

The config types CFG_TYPE_ALIST_STR are lists.
However, before this change, directive using these types
silently ignores all characters after the first comma.

This change fix this.
mod - core/src/lib/res.cc Diff File