diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:03:46 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:18:51 -0800 |
commit | 1786669536893976e8fd627359e59f4459e0907f (patch) | |
tree | 01e409f9760c66edd22691679f66a7b48f789345 /lib/param/param_functions.c | |
parent | bb2e797193fcab78617bcaec60412950053395dc (diff) | |
download | samba-1786669536893976e8fd627359e59f4459e0907f.tar.gz samba-1786669536893976e8fd627359e59f4459e0907f.tar.xz samba-1786669536893976e8fd627359e59f4459e0907f.zip |
param: Rename variable used for lp_defer_sharing_violations bDeferSharingViolations
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 f0d0949a5e..ffefbfa29b 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -171,7 +171,7 @@ FN_GLOBAL_BOOL(debug_hires_timestamp, debug_hires_timestamp) FN_GLOBAL_BOOL(debug_pid, debug_pid) FN_GLOBAL_BOOL(debug_prefix_timestamp, debug_prefix_timestamp) FN_GLOBAL_BOOL(debug_uid, debug_uid) -FN_GLOBAL_BOOL(defer_sharing_violations, bDeferSharingViolations) +FN_GLOBAL_BOOL(defer_sharing_violations, defer_sharing_violations) FN_GLOBAL_BOOL(disable_netbios, bDisableNetbios) FN_GLOBAL_BOOL(_disable_spoolss, bDisableSpoolss) FN_GLOBAL_BOOL(_domain_logons, bDomainLogons) |