s3:param: remove arg save_defaults from lp_load_with_registry_shares()
commit40c9cc150ad99c468207f1762b0a2eaba9f03925
authorMichael Adam <obnox@samba.org>
Tue, 21 Apr 2015 13:24:42 +0000 (21 15:24 +0200)
committerIra Cooper <ira@samba.org>
Wed, 22 Apr 2015 11:57:30 +0000 (22 13:57 +0200)
treeae1c5475a26d32b8804226c623d779d103e93457
parent0e0d77519c27038b30fec92d542198e97be767d9
s3:param: remove arg save_defaults from lp_load_with_registry_shares()

This is only used in command line contexts, especially for testparm
which relies on safe defaults. The only changed use is in sharesec,
but it does not harm to also safe the defaults there.

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Ira Cooper <ira@samba.org>
source3/include/proto.h
source3/param/loadparm.c
source3/param/test_lp_load.c
source3/utils/sharesec.c
source3/utils/testparm.c