diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:03:42 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:18:50 -0800 |
commit | 33850bb126451ed792bd109ac13764e7a395f749 (patch) | |
tree | feb97ede436fa2ea6694b3becd745734e32f9e57 /lib/param/param_functions.c | |
parent | 2f8f2e0c022b8e49755d5a9c4eb30ed1b063ff90 (diff) | |
download | samba-33850bb126451ed792bd109ac13764e7a395f749.tar.gz samba-33850bb126451ed792bd109ac13764e7a395f749.tar.xz samba-33850bb126451ed792bd109ac13764e7a395f749.zip |
param: Rename variable used for lp_allow_trusted_domains bAllowTrustedDomains
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 874f6459b1..84ef804dae 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -155,7 +155,7 @@ FN_LOCAL_BOOL(durable_handles, durable_handles) FN_GLOBAL_BOOL(allow_insecure_widelinks, allow_insecure_widelinks) FN_GLOBAL_BOOL(allow_nt4_crypto, allow_nt4_crypto) -FN_GLOBAL_BOOL(allow_trusted_domains, bAllowTrustedDomains) +FN_GLOBAL_BOOL(allow_trusted_domains, allow_trusted_domains) FN_GLOBAL_BOOL(async_smb_echo_handler, bAsyncSMBEchoHandler) FN_GLOBAL_BOOL(bind_interfaces_only, bBindInterfacesOnly) FN_GLOBAL_BOOL(browse_list, bBrowseList) |