bareos: master ed5f1bef

Author Committer Branch Timestamp Parent
Marco van Wieringen Marco van Wieringen master 2014-10-05 18:46 master dd9180e3 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