bareos2015: bareos-14.2 c55fb5e5

Author Committer Branch Timestamp Parent
mvwieringen mvwieringen bareos-14.2 2014-10-05 18:46 bareos-14.2 717fedc9 Pending
Changeset Ditch useless unions in dird config.

In essence they save a maximum of one pointer value which is not worth
the side effect it has for printing a config data. To be able to
determine what data is actual in the union you need an extra variable
describing what is the pointer about so then there is little value left
in using an union.
mod - src/dird/dird_conf.c Diff File
mod - src/dird/dird_conf.h Diff File