diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:03:34 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:18:48 -0800 |
commit | b302df5d7fbc094fd33d4d8bc7880a5062f516cf (patch) | |
tree | 022baa93b934ecd9e0a3ee35bba9c74f5c35e56d /lib/param/param_functions.c | |
parent | 5d5ddef1c735fd71f65442e3dbc4390cf275914e (diff) | |
download | samba-b302df5d7fbc094fd33d4d8bc7880a5062f516cf.tar.gz samba-b302df5d7fbc094fd33d4d8bc7880a5062f516cf.tar.xz samba-b302df5d7fbc094fd33d4d8bc7880a5062f516cf.zip |
param: Rename variable used for lp_blocking_locks bBlockingLocks
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 256634ef37..e2b9030b71 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -115,7 +115,7 @@ FN_LOCAL_BOOL(dos_filemode, dos_filemode) FN_LOCAL_BOOL(dos_filetimes, dos_filetimes) FN_LOCAL_BOOL(dos_filetime_resolution, dos_filetime_resolution) FN_LOCAL_BOOL(fake_dir_create_times, fake_dir_create_times) -FN_LOCAL_BOOL(blocking_locks, bBlockingLocks) +FN_LOCAL_BOOL(blocking_locks, blocking_locks) FN_LOCAL_BOOL(inherit_perms, bInheritPerms) FN_LOCAL_BOOL(inherit_acls, bInheritACLS) FN_LOCAL_BOOL(inherit_owner, bInheritOwner) |