bareos: master 2b861762

Author Committer Branch Timestamp Parent
joergs joergs master 2020-10-01 21:46 master efa74e9b Pending
Changeset core: configparser: CFG_TYPE_PLUGIN_NAMES: 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 (,):

PluginNames = pluginname1a, pluginname1b
PluginNames = pluginname2a, pluginname2b

However, before this change, the PluginNames directive silently ignores
all characters after the first comma.
Instead, multiple values could be seperated by colon (:):

PluginNames = pluginname1a:pluginname1b

With this change, PluginNames supports both forms.
mod - core/src/lib/res.cc Diff File