diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:03:20 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:18:43 -0800 |
commit | 3532d9a6adc55ba9b6b2f31d716484cee97e5b33 (patch) | |
tree | e52f943f0fcb509e4eece0d9f446e7da80707dfb /lib/param/param_functions.c | |
parent | 31c571ae8dec06f087b896a0d0e488cc7d423f86 (diff) | |
download | samba-3532d9a6adc55ba9b6b2f31d716484cee97e5b33.tar.gz samba-3532d9a6adc55ba9b6b2f31d716484cee97e5b33.tar.xz samba-3532d9a6adc55ba9b6b2f31d716484cee97e5b33.zip |
param: Rename variable used for lp_dir_mask iDir_mask
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 c1ab23e3b5..b160c100c2 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -45,7 +45,7 @@ FN_LOCAL_INTEGER(max_connections, max_connections) FN_LOCAL_INTEGER(csc_policy, csc_policy) FN_LOCAL_INTEGER(create_mask, create_mask) FN_LOCAL_INTEGER(force_create_mode, force_create_mode) -FN_LOCAL_INTEGER(dir_mask, iDir_mask) +FN_LOCAL_INTEGER(dir_mask, dir_mask) FN_LOCAL_INTEGER(force_dir_mode, iDir_force_mode) FN_LOCAL_STRING(preexec, szPreExec) FN_LOCAL_STRING(postexec, szPostExec) |