s3:param: remove arg initialize_globals from lp_load_with_registry_shares()
commit0e0d77519c27038b30fec92d542198e97be767d9
authorMichael Adam <obnox@samba.org>
Tue, 21 Apr 2015 12:48:42 +0000 (21 14:48 +0200)
committerIra Cooper <ira@samba.org>
Wed, 22 Apr 2015 11:57:30 +0000 (22 13:57 +0200)
tree586b5de3ff9ce4ac738722ba3d8f72449ae013c7
parent55bf0d0a2b1f3c9bc43dcf7ab19380501b251f0a
s3:param: remove arg initialize_globals from lp_load_with_registry_shares()

This is only ever called in client context, and only called once.
So there is no point at all in requesting reinit_globals.
Set it to false.

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