param: setup more variables in for the temporary loadparm context for the special...
authorGarming Sam <garming@catalyst.net.nz>
Fri, 21 Feb 2014 04:59:19 +0000 (17:59 +1300)
committerJeremy Allison <jra@samba.org>
Wed, 7 May 2014 17:49:16 +0000 (19:49 +0200)
commit74e0a37fd34791099a32591ab607e9444fd441fe
treeebfaac39ccf04ce22de24e24b8636a0d3f37dd0d
parent509cc45c95fa1b5d4d89afc687d09748dddec404
param: setup more variables in for the temporary loadparm context for the special functions

In doing so, the loadparm context definition is now also moved to the loadparm.h header.

This means that the loadparm context is no longer private to the
lib/param code and that the source3 code can now override the values
within it.

Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
lib/param/loadparm.c
lib/param/loadparm.h
source3/param/loadparm.c