diff options
author | Günther Deschner <gd@samba.org> | 2007-12-11 17:40:52 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2007-12-12 00:58:58 +0100 |
commit | b0614071bf25f24a40b7657205edc0a5d8877b3a (patch) | |
tree | 89124a5487e6e047bd8388ffd9f11a17a94ffb6a | |
parent | 10f1cdc7971a116a6a40483d7bebeae56ccb3d4b (diff) | |
download | samba-b0614071bf25f24a40b7657205edc0a5d8877b3a.tar.gz samba-b0614071bf25f24a40b7657205edc0a5d8877b3a.tar.bz2 samba-b0614071bf25f24a40b7657205edc0a5d8877b3a.zip |
Add lp_include_registry_globals().
Guenther
(This used to be commit d30b945e99390761e405492e40c90e84da4fe482)
-rw-r--r-- | source3/param/loadparm.c | 5 |
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. ********************************************************************/ |