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_table.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_table.c')
-rw-r--r-- | lib/param/param_table.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |