From b0614071bf25f24a40b7657205edc0a5d8877b3a Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 11 Dec 2007 17:40:52 +0100 Subject: Add lp_include_registry_globals(). Guenther (This used to be commit d30b945e99390761e405492e40c90e84da4fe482) --- source3/param/loadparm.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source3/param') diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index e676edf37c..881bcece7c 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -3629,6 +3629,11 @@ static void add_to_file_list(const char *fname, const char *subfname) } } +bool lp_include_registry_globals(void) +{ + return include_registry_globals; +} + /******************************************************************* Check if a config file has changed date. ********************************************************************/ -- cgit