diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:03:30 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:18:46 -0800 |
commit | 7e11a91502d6801e74bdc2272fe02228b375e998 (patch) | |
tree | f59e15669934cee88beac36cf601b4b63521d520 /lib/param/param_functions.c | |
parent | 7a5f88250f8a99e294b1f98dc54800eaf987279f (diff) | |
download | samba-7e11a91502d6801e74bdc2272fe02228b375e998.tar.gz samba-7e11a91502d6801e74bdc2272fe02228b375e998.tar.xz samba-7e11a91502d6801e74bdc2272fe02228b375e998.zip |
param: Rename variable used for lp_locking bLocking
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 70f47a7081..37442894b7 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -97,7 +97,7 @@ FN_LOCAL_BOOL(administrative_share, administrative_share) FN_LOCAL_BOOL(print_notify_backchannel, print_notify_backchannel) FN_LOCAL_BOOL(store_dos_attributes, store_dos_attributes) FN_LOCAL_BOOL(dmapi_support, dmapi_support) -FN_LOCAL_PARM_BOOL(locking, bLocking) +FN_LOCAL_PARM_BOOL(locking, locking) FN_LOCAL_PARM_INTEGER(strict_locking, iStrictLocking) FN_LOCAL_PARM_BOOL(posix_locking, bPosixLocking) FN_LOCAL_BOOL(kernel_oplocks, bKernelOplocks) |