summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:03:38 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:49 -0800
commit6f01e3400024200521246437e597be57f7477cf6 (patch)
treea87949a83ee25592ce306e66bbc6f08bd743e903 /lib/param/param_table.c
parent50d8c2577ac189e3231ffd3163b010fd166fe869 (diff)
downloadsamba-6f01e3400024200521246437e597be57f7477cf6.tar.gz
samba-6f01e3400024200521246437e597be57f7477cf6.tar.xz
samba-6f01e3400024200521246437e597be57f7477cf6.zip
param: Rename variable used for lp_acl_allow_execute_always bAclAllowExecuteAlways
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 32246aa696..9d7854f125 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -908,7 +908,7 @@ static struct parm_struct parm_table[] = {
.label = "acl allow execute always",
.type = P_BOOL,
.p_class = P_LOCAL,
- .offset = LOCAL_VAR(bAclAllowExecuteAlways),
+ .offset = LOCAL_VAR(acl_allow_execute_always),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED | FLAG_GLOBAL | FLAG_SHARE,