summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:03:33 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:48 -0800
commitef4d152907f5c0d659370a758e8731f2e5f4a5c8 (patch)
tree5749aa87f7d7c8d2115eb70485f0e7fa0f566ad2 /lib/param/param_table.c
parent27d1aeaf9274c7e6114ababb63b30b42067f41e3 (diff)
downloadsamba-ef4d152907f5c0d659370a758e8731f2e5f4a5c8.tar.gz
samba-ef4d152907f5c0d659370a758e8731f2e5f4a5c8.tar.xz
samba-ef4d152907f5c0d659370a758e8731f2e5f4a5c8.zip
param: Rename variable used for lp_dos_filetimes bDosFiletimes
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 9b3821db4c..2a7893a43c 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -3796,7 +3796,7 @@ static struct parm_struct parm_table[] = {
.label = "dos filetimes",
.type = P_BOOL,
.p_class = P_LOCAL,
- .offset = LOCAL_VAR(bDosFiletimes),
+ .offset = LOCAL_VAR(dos_filetimes),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED | FLAG_SHARE | FLAG_GLOBAL,