summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:04:06 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:58 -0800
commite7e11305251b616f9011ee07672ce8e0d82ab944 (patch)
tree81d3d9f5d35b0997112d94efa86917f32594cde2 /lib/param/param_table.c
parent32b2011dc35585ebdc528d150189a439ed921339 (diff)
downloadsamba-e7e11305251b616f9011ee07672ce8e0d82ab944.tar.gz
samba-e7e11305251b616f9011ee07672ce8e0d82ab944.tar.xz
samba-e7e11305251b616f9011ee07672ce8e0d82ab944.zip
param: Rename variable used for lp_algorithmic_rid_base AlgorithmicRidBase
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 41f8e3a819..bfd31290a2 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -547,7 +547,7 @@ static struct parm_struct parm_table[] = {
.label = "algorithmic rid base",
.type = P_INTEGER,
.p_class = P_GLOBAL,
- .offset = GLOBAL_VAR(AlgorithmicRidBase),
+ .offset = GLOBAL_VAR(algorithmic_rid_base),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED,