summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/param/loadparm.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c
index 4afef23103..90b015b5a2 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -3663,6 +3663,14 @@ bool lp_include_registry_globals(void)
return include_registry_globals;
}
+/**
+ * Utility function for outsiders to check if we're running on registry.
+ */
+bool lp_config_backend_is_registry(void)
+{
+ return (lp_config_backend() == CONFIG_BACKEND_REGISTRY);
+}
+
/*******************************************************************
Check if a config file has changed date.
********************************************************************/