summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:03:22 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:44 -0800
commit72a54b9819f2e6439b5a90a28541a315211f152d (patch)
treebfb51696c44822a7614104acc051840fbc252c36 /lib/param/param_table.c
parent762291a6180078f33ac28cff0feeab0b520d3122 (diff)
downloadsamba-72a54b9819f2e6439b5a90a28541a315211f152d.tar.gz
samba-72a54b9819f2e6439b5a90a28541a315211f152d.tar.xz
samba-72a54b9819f2e6439b5a90a28541a315211f152d.zip
param: Rename variable used for lp_admin_users szAdminUsers
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 0c94ea86a0..539887fd22 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -791,7 +791,7 @@ static struct parm_struct parm_table[] = {
.label = "admin users",
.type = P_LIST,
.p_class = P_LOCAL,
- .offset = LOCAL_VAR(szAdminUsers),
+ .offset = LOCAL_VAR(admin_users),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED | FLAG_GLOBAL | FLAG_SHARE,