summaryrefslogtreecommitdiffstats
path: root/source3/param/loadparm.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:03:20 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:43 -0800
commita098785d31dee6e886919bc30eee43abd02c94c6 (patch)
tree06d50b745a4701c0a96bd87e6cb7dbcf26d4784c /source3/param/loadparm.c
parentd1a44b277bb633ce6d48e9faa5b9975d533286ac (diff)
downloadsamba-a098785d31dee6e886919bc30eee43abd02c94c6.tar.gz
samba-a098785d31dee6e886919bc30eee43abd02c94c6.tar.xz
samba-a098785d31dee6e886919bc30eee43abd02c94c6.zip
param: Rename variable used for lp_rootpreexec szRootPreExec
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/param/loadparm.c')
-rw-r--r--source3/param/loadparm.c2
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,