loadparm: Reformat the parm table to use named initializers.
commite6d6282c689fe1496daf1a6ddb037bee47c9f9e1
authorMichael Adam <obnox@samba.org>
Mon, 10 Mar 2008 13:03:41 +0000 (10 14:03 +0100)
committerKarolin Seeger <kseeger@samba.org>
Mon, 17 Mar 2008 12:48:05 +0000 (17 13:48 +0100)
treee678993602a7337790b0c7bb478d5440d60d74ad
parentc86dbfc9579a4fdccb1cb958020f7d9c461139b4
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
(cherry picked from commit 869a17f1a9ba45d30211c230673c6f4482876b29)
source/param/loadparm.c