loadparm: Reformat the parm table to use named initializers.
commit869a17f1a9ba45d30211c230673c6f4482876b29
authorMichael Adam <obnox@samba.org>
Mon, 10 Mar 2008 13:03:41 +0000 (10 14:03 +0100)
committerMichael Adam <obnox@samba.org>
Mon, 10 Mar 2008 16:22:40 +0000 (10 17:22 +0100)
treef5b9f65f8d48200124e8464e28dec3433c101c92
parent728723dea39b2e978bfc4162ef99e883f3647a4b
loadparm: Reformat the parm table to use named initializers.

This makes each entry in the parm table much more comprehensible
at first glance (to me). On the other hand, roughly 9 lines are
used instead of one for each entry which makes the overall list
less clearly laid out, one might argue. But we have 400+ lines
of parameter descriptions anyways...

Michael
source/param/loadparm.c