summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:03:30 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:46 -0800
commit1265e25e7de865c02517b9c744319098e7bec97e (patch)
treeb285862af330f3bfc211e829e15c2038a81c875c /lib/param/param_table.c
parent56e9e7d9d88bb283267c1f5d99b0273139865acf (diff)
downloadsamba-1265e25e7de865c02517b9c744319098e7bec97e.tar.gz
samba-1265e25e7de865c02517b9c744319098e7bec97e.tar.xz
samba-1265e25e7de865c02517b9c744319098e7bec97e.zip
param: Rename variable used for lp_store_dos_attributes bStoreDosAttributes
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 154c82c688..c7359d43b7 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -2559,7 +2559,7 @@ static struct parm_struct parm_table[] = {
.label = "store dos attributes",
.type = P_BOOL,
.p_class = P_LOCAL,
- .offset = LOCAL_VAR(bStoreDosAttributes),
+ .offset = LOCAL_VAR(store_dos_attributes),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED | FLAG_SHARE | FLAG_GLOBAL,