summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:03:27 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:45 -0800
commit0c2319b1bb35e34102f26eca6bd73fce7effbbc1 (patch)
tree651d5b98a32893063b0ed8ede03c66882e780cbd /lib/param/param_table.c
parentf6f8373352abc23c62b96c60a4a8582685aabb07 (diff)
param: Rename variable used for lp_preexec_close bPreexecClose
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 97d25a4294..7d8c5513fa 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -3580,7 +3580,7 @@ static struct parm_struct parm_table[] = {
.label = "preexec close",
.type = P_BOOL,
.p_class = P_LOCAL,
- .offset = LOCAL_VAR(bPreexecClose),
+ .offset = LOCAL_VAR(preexec_close),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED | FLAG_SHARE,