diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:03:31 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:18:46 -0800 |
commit | 366f9856ee6027d84fde2a150303663102166d7b (patch) | |
tree | 5b523b2bab9e948b98792916bc81d8ec3026376c /lib/param/param_functions.c | |
parent | fe0b194067a354b2feaa1e3ca4854ef1a84c3731 (diff) | |
download | samba-366f9856ee6027d84fde2a150303663102166d7b.tar.gz samba-366f9856ee6027d84fde2a150303663102166d7b.tar.xz samba-366f9856ee6027d84fde2a150303663102166d7b.zip |
param: Rename variable used for lp_posix_locking bPosixLocking
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 50a1eef2a1..f54f8c372f 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -99,7 +99,7 @@ FN_LOCAL_BOOL(store_dos_attributes, store_dos_attributes) FN_LOCAL_BOOL(dmapi_support, dmapi_support) FN_LOCAL_PARM_BOOL(locking, locking) FN_LOCAL_PARM_INTEGER(strict_locking, strict_locking) -FN_LOCAL_PARM_BOOL(posix_locking, bPosixLocking) +FN_LOCAL_PARM_BOOL(posix_locking, posix_locking) FN_LOCAL_BOOL(kernel_oplocks, bKernelOplocks) FN_LOCAL_BOOL(level2_oplocks, bLevel2OpLocks) FN_LOCAL_BOOL(kernel_share_modes, bKernelShareModes) |