bareos2015: bareos-14.2 77ad2498

Author Committer Branch Timestamp Parent
mvwieringen mvwieringen bareos-14.2 2013-10-22 11:54 bareos-14.2 44c7bf7e Pending
Changeset Store sizes as unsigned.

All conversion and printing functions already assume handling an
unsigned but the type is still signed. A negative size of course makes
no sense. The only thing we are interested in is if its zero or more
(e.g. zero means not set so ignore the setting.) but a zero also fits in
an unsigned variable.
mod - src/dird/dird.c Diff File
mod - src/dird/dird_conf.h Diff File
mod - src/dird/migrate.c Diff File
mod - src/dird/ua_cmds.c Diff File
mod - src/filed/dir_cmd.c Diff File
mod - src/filed/verify.c Diff File
mod - src/stored/dev.h Diff File
mod - src/stored/dir_cmd.c Diff File
mod - src/stored/spool.c Diff File
mod - src/stored/stored_conf.h Diff File