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_functions.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_functions.c')
-rw-r--r-- | lib/param/param_functions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c index 21195b9294..48305e694c 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -84,7 +84,7 @@ FN_LOCAL_BOOL(autoloaded, autoloaded) FN_LOCAL_BOOL(preexec_close, preexec_close) FN_LOCAL_BOOL(rootpreexec_close, rootpreexec_close) FN_LOCAL_INTEGER(casesensitive, casesensitive) -FN_LOCAL_BOOL(preservecase, bCasePreserve) +FN_LOCAL_BOOL(preservecase, preservecase) FN_LOCAL_BOOL(shortpreservecase, bShortCasePreserve) FN_LOCAL_BOOL(hide_dot_files, bHideDotFiles) FN_LOCAL_BOOL(hide_special_files, bHideSpecialFiles) |