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:52 -0800 |
| commit | 2aec130334684675145e7d7f646ee36360ea7914 (patch) | |
| tree | 4f231da458bfe6732ba208110d86c1c41a173320 /lib/param | |
| parent | 6704919643074eca7d68107c28f6338fde6f46d0 (diff) | |
| download | samba-2aec130334684675145e7d7f646ee36360ea7914.tar.gz samba-2aec130334684675145e7d7f646ee36360ea7914.tar.xz samba-2aec130334684675145e7d7f646ee36360ea7914.zip | |
param: Rename variable used for lp__domain_logons bDomainLogons
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 eccc149564..b310c6ef1e 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -174,7 +174,7 @@ FN_GLOBAL_BOOL(debug_uid, debug_uid) FN_GLOBAL_BOOL(defer_sharing_violations, defer_sharing_violations) FN_GLOBAL_BOOL(disable_netbios, disable_netbios) FN_GLOBAL_BOOL(_disable_spoolss, _disable_spoolss) -FN_GLOBAL_BOOL(_domain_logons, bDomainLogons) +FN_GLOBAL_BOOL(_domain_logons, _domain_logons) FN_GLOBAL_BOOL(enable_asu_support, bASUSupport) FN_GLOBAL_BOOL(enable_core_files, bEnableCoreFiles) FN_GLOBAL_BOOL(enable_privileges, bEnablePrivileges) diff --git a/lib/param/param_table.c b/lib/param/param_table.c index 70e1e953f2..725f508f4a 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -2746,7 +2746,7 @@ static struct parm_struct parm_table[] = { .label = "domain logons", .type = P_BOOL, .p_class = P_GLOBAL, - .offset = GLOBAL_VAR(bDomainLogons), + .offset = GLOBAL_VAR(_domain_logons), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED, |
