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 | |
| 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')
| -rw-r--r-- | lib/param/param_functions.c | 2 | ||||
| -rw-r--r-- | lib/param/param_table.c | 2 |
2 files changed, 2 insertions, 2 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) diff --git a/lib/param/param_table.c b/lib/param/param_table.c index 4247dadf5c..e9a610e900 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -466,7 +466,7 @@ static struct parm_struct parm_table[] = { .label = "allow trusted domains", .type = P_BOOL, .p_class = P_GLOBAL, - .offset = GLOBAL_VAR(bAllowTrustedDomains), + .offset = GLOBAL_VAR(allow_trusted_domains), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED, |
