s4-loadparm: fixed dumping of non-default parms with testparm
authorAndrew Tridgell <tridge@samba.org>
Wed, 10 Nov 2010 23:39:19 +0000 (10:39 +1100)
committerAndrew Tridgell <tridge@samba.org>
Thu, 11 Nov 2010 02:57:04 +0000 (02:57 +0000)
commit1d7d09a8f72a9f7f888538b7f7c63969407e9c2d
treeb26c5e3903ce63285cce6d9abce3cfb99fb05617
parented8ea4ed18f08bfc93190513f2a2e8e058655daf
s4-loadparm: fixed dumping of non-default parms with testparm

when using testparm without -v we should only dump non-default
parameters. This patch fixes up the handling of the FLAG_DEFAULT flag
in loadparm to correctly mark parameters as default or not, including
parametric options

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
source4/param/loadparm.c