summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:03:19 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:43 -0800
commit2683a0126b60b1d5444d38d6ce3339a3c1644a93 (patch)
tree52b06d74a92ee99fc226511c5bf24b80ae034b45 /lib/param/param_table.c
parent31a360ea862143ebe029cf0ac094de02f0ad6768 (diff)
downloadsamba-2683a0126b60b1d5444d38d6ce3339a3c1644a93.tar.gz
samba-2683a0126b60b1d5444d38d6ce3339a3c1644a93.tar.xz
samba-2683a0126b60b1d5444d38d6ce3339a3c1644a93.zip
param: Rename variable used for lp_create_mask iCreate_mask
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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/param/param_table.c b/lib/param/param_table.c
index 341d95a176..3d2b23d01c 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -918,7 +918,7 @@ static struct parm_struct parm_table[] = {
.label = "create mask",
.type = P_OCTAL,
.p_class = P_LOCAL,
- .offset = LOCAL_VAR(iCreate_mask),
+ .offset = LOCAL_VAR(create_mask),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED | FLAG_GLOBAL | FLAG_SHARE,
@@ -927,7 +927,7 @@ static struct parm_struct parm_table[] = {
.label = "create mode",
.type = P_OCTAL,
.p_class = P_LOCAL,
- .offset = LOCAL_VAR(iCreate_mask),
+ .offset = LOCAL_VAR(create_mask),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_HIDE,