diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:03:28 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:18:45 -0800 |
commit | a699f9c430a2bb3dce0e04a0b5c0f3de0f379896 (patch) | |
tree | 868e55d575ae34cb090583d475a02cfdd3f7da48 /lib/param/param_table.c | |
parent | e1cd742322acd878cdd86a65dd674068c7f9f02d (diff) | |
download | samba-a699f9c430a2bb3dce0e04a0b5c0f3de0f379896.tar.gz samba-a699f9c430a2bb3dce0e04a0b5c0f3de0f379896.tar.xz samba-a699f9c430a2bb3dce0e04a0b5c0f3de0f379896.zip |
param: Rename variable used for lp_preservecase bCasePreserve
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 84536ef7ed..d61268e9d9 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -2397,7 +2397,7 @@ static struct parm_struct parm_table[] = { .label = "preserve case", .type = P_BOOL, .p_class = P_LOCAL, - .offset = LOCAL_VAR(bCasePreserve), + .offset = LOCAL_VAR(preservecase), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED | FLAG_SHARE | FLAG_GLOBAL, |