summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.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 /lib/param/param_table.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 'lib/param/param_table.c')
-rw-r--r--lib/param/param_table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_table.c b/lib/param/param_table.c
index 550c5cd00a..337a736aa5 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -3598,7 +3598,7 @@ static struct parm_struct parm_table[] = {
.label = "root preexec",
.type = P_STRING,
.p_class = P_LOCAL,
- .offset = LOCAL_VAR(szRootPreExec),
+ .offset = LOCAL_VAR(rootpreexec),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED | FLAG_SHARE | FLAG_PRINT,