diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:03:40 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:18:50 -0800 |
commit | ab0c6e280a90f9e21cb278b84c29adfd64f2480e (patch) | |
tree | 92b89eeb1041517caa6c28df25e1c36323efa61b /lib/param/param_table.c | |
parent | 228529ca5e5ae043659b9d2a684416e74cdd0b3f (diff) | |
download | samba-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.c | 2 |
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, |