summaryrefslogtreecommitdiffstats
path: root/source3/param
diff options
context:
space:
mode:
Diffstat (limited to 'source3/param')
-rw-r--r--source3/param/loadparm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c
index e08e2c3ba2..fbd9a417db 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -155,7 +155,7 @@ static struct loadparm_service sDefault =
.szInclude = NULL,
.preexec = NULL,
.postexec = NULL,
- .rootpreexec = NULL,
+ .root_preexec = NULL,
.root_postexec = NULL,
.cups_options = NULL,
.printcommand = NULL,
@@ -202,7 +202,7 @@ static struct loadparm_service sDefault =
.block_size = 1024,
.dfree_cache_time = 0,
.preexec_close = false,
- .rootpreexec_close = false,
+ .root_preexec_close = false,
.case_sensitive = Auto,
.preserve_case = true,
.short_preserve_case = true,