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 | 1265e25e7de865c02517b9c744319098e7bec97e (patch) | |
tree | b285862af330f3bfc211e829e15c2038a81c875c /lib/param/param_functions.c | |
parent | 56e9e7d9d88bb283267c1f5d99b0273139865acf (diff) | |
download | samba-1265e25e7de865c02517b9c744319098e7bec97e.tar.gz samba-1265e25e7de865c02517b9c744319098e7bec97e.tar.xz samba-1265e25e7de865c02517b9c744319098e7bec97e.zip |
param: Rename variable used for lp_store_dos_attributes bStoreDosAttributes
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 07740d1beb..b41a2b73cf 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -95,7 +95,7 @@ FN_LOCAL_BOOL(guest_ok, guest_ok) FN_LOCAL_BOOL(guest_only, guest_only) FN_LOCAL_BOOL(administrative_share, administrative_share) FN_LOCAL_BOOL(print_notify_backchannel, print_notify_backchannel) -FN_LOCAL_BOOL(store_dos_attributes, bStoreDosAttributes) +FN_LOCAL_BOOL(store_dos_attributes, store_dos_attributes) FN_LOCAL_BOOL(dmapi_support, bDmapiSupport) FN_LOCAL_PARM_BOOL(locking, bLocking) FN_LOCAL_PARM_INTEGER(strict_locking, iStrictLocking) |