param: fix FLAG_CMDLINE to be stored outside of the param table
authorGarming Sam <garming@catalyst.net.nz>
Wed, 26 Feb 2014 03:48:08 +0000 (16:48 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 7 Jul 2014 21:32:36 +0000 (23:32 +0200)
commitedc321df7f8bc8887f34e318f794a4a1690032f3
tree79101e6347027b77548be772e1f72a52579af355
parent124140f5d0fcfbbff732cc6855fea7edbfbba4ab
param: fix FLAG_CMDLINE to be stored outside of the param table

In s3, flags could only be stored once in the param table and this was
global. The param table defines only the default flags however.

Change-Id: Ie673ad60dd499d930432c106e795e2cbd42d497b
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Nadezhda Ivanova <nivanova@samba.org>
source3/param/loadparm.c