summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:03:47 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:52 -0800
commitdd45b1c3d004069654334adbf864596e8e9d6b19 (patch)
tree711f06c8205a50406551edd00aa5916bab8a691c /lib/param/param_table.c
parentfc47dfac2c7bc69d34a6f9d549589376bc8c5b52 (diff)
downloadsamba-dd45b1c3d004069654334adbf864596e8e9d6b19.tar.gz
samba-dd45b1c3d004069654334adbf864596e8e9d6b19.tar.xz
samba-dd45b1c3d004069654334adbf864596e8e9d6b19.zip
param: Rename variable used for lp_enable_privileges bEnablePrivileges
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 b6e0917dc9..e2263ee9db 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -592,7 +592,7 @@ static struct parm_struct parm_table[] = {
.label = "enable privileges",
.type = P_BOOL,
.p_class = P_GLOBAL,
- .offset = GLOBAL_VAR(bEnablePrivileges),
+ .offset = GLOBAL_VAR(enable_privileges),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED | FLAG_DEPRECATED,