summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:03:40 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:50 -0800
commitab0c6e280a90f9e21cb278b84c29adfd64f2480e (patch)
tree92b89eeb1041517caa6c28df25e1c36323efa61b /lib/param/param_table.c
parent228529ca5e5ae043659b9d2a684416e74cdd0b3f (diff)
downloadsamba-ab0c6e280a90f9e21cb278b84c29adfd64f2480e.tar.gz
samba-ab0c6e280a90f9e21cb278b84c29adfd64f2480e.tar.xz
samba-ab0c6e280a90f9e21cb278b84c29adfd64f2480e.zip
param: Rename variable used for lp_allocation_roundup_size iallocation_roundup_size
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 4649f98aa1..8ebbed74c4 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -1268,7 +1268,7 @@ static struct parm_struct parm_table[] = {
.label = "allocation roundup size",
.type = P_BYTES,
.p_class = P_LOCAL,
- .offset = LOCAL_VAR(iallocation_roundup_size),
+ .offset = LOCAL_VAR(allocation_roundup_size),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED,