summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/param/loadparm_ctx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/param/loadparm_ctx.c b/source3/param/loadparm_ctx.c
index fdad041e677..645b787acb9 100644
--- a/source3/param/loadparm_ctx.c
+++ b/source3/param/loadparm_ctx.c
@@ -50,7 +50,7 @@ static bool lp_load_for_s4_ctx(const char *filename)
bool status;
mem_ctx = talloc_stackframe();
- status = lp_load(filename, false, false, false, false);
+ status = lp_load_no_reinit(filename);
talloc_free(mem_ctx);
return status;