bareos: bareos-16.2 96892688

Author Committer Branch Timestamp Parent
mvwieringen mvwieringen bareos-16.2 2017-11-13 23:15 bareos-16.2 c3376859 Pending
Changeset dird: Store blocksize using CFG_TYPE_SIZE32 and not CFG_TYPE_PINT32

For uniformity we should parse blocksize everywhere using
CFG_TYPE_SIZE32 and not CFG_TYPE_PINT32. The nice side effect of using
CFG_TYPE_SIZE32 is that one can use suffixes like Kb/Mb etc. It seems in
most places we already use CFG_TYPE_SIZE32 or a special type like
CFG_TYPE_MAXBLOCKSIZE which is parsing an CFG_TYPE_SIZE32 and checking
for a maximum.
mod - src/dird/dird_conf.c Diff File