summaryrefslogtreecommitdiff
path: root/source3/param
diff options
context:
space:
mode:
Diffstat (limited to 'source3/param')
-rw-r--r--source3/param/loadparm.c5
1 files changed, 5 insertions, 0 deletions
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.
********************************************************************/