when creating aliased parameters in loadparm.c you *must* place the
authorAndrew Tridgell <tridge@samba.org>
Tue, 10 Jun 2003 02:13:09 +0000 (02:13 +0000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 10 Jun 2003 02:13:09 +0000 (02:13 +0000)
commit093116c49fbf914f0a886dfa073f004396ac1f36
tree49cd32b65b4f46dd2452604791f2814efea80635
parenteaf0decab83640b505ea091ff25a38ff01d1b2d7
when creating aliased parameters in loadparm.c you *must* place the
alias directly after the main entry, otherwise it isn't treated as an
alias.
(This used to be commit 0f3d44858f49c3f9f191b2a3b47d58882e899421)
source3/param/loadparm.c