diff options
Diffstat (limited to 'source3/param/loadparm.c')
-rw-r--r-- | source3/param/loadparm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index dc1edb3352..1cc161eec1 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, - .szRootPreExec = NULL, + .rootpreexec = NULL, .szRootPostExec = NULL, .szCupsOptions = NULL, .szPrintcommand = NULL, |