Add lp_include_registry_globals().
authorGünther Deschner <gd@samba.org>
Tue, 11 Dec 2007 16:40:52 +0000 (17:40 +0100)
committerGünther Deschner <gd@samba.org>
Tue, 11 Dec 2007 23:58:58 +0000 (00:58 +0100)
Guenther
(This used to be commit d30b945e99390761e405492e40c90e84da4fe482)

source3/param/loadparm.c

index e676edf37c64a35e1893aae67673e58f367d52f0..881bcece7cdbf13558ef21476b1d926cc73f9014 100644 (file)
@@ -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.
 ********************************************************************/