1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-02 00:23:50 +03:00

param: Rename variable used for lp_ms_add_printer_wizard bMsAddPrinterWizard

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Andrew Bartlett
2013-12-24 16:03:50 +13:00
committed by Jeremy Allison
parent 4da9790880
commit 9db6487892
3 changed files with 3 additions and 3 deletions

View File

@@ -191,7 +191,7 @@ FN_GLOBAL_BOOL(load_printers, load_printers)
FN_GLOBAL_BOOL(local_master, local_master)
FN_GLOBAL_BOOL(log_writeable_files_on_exit, log_writeable_files_on_exit)
FN_GLOBAL_BOOL(map_untrusted_to_domain, map_untrusted_to_domain)
FN_GLOBAL_BOOL(ms_add_printer_wizard, bMsAddPrinterWizard)
FN_GLOBAL_BOOL(ms_add_printer_wizard, ms_add_printer_wizard)
FN_GLOBAL_BOOL(multicast_dns_register, bMulticastDnsRegister)
FN_GLOBAL_BOOL(neutralize_nt4_emulation, bNeutralizeNT4Emulation)
FN_GLOBAL_BOOL(nis_home_map, bNISHomeMap)

View File

@@ -2275,7 +2275,7 @@ static struct parm_struct parm_table[] = {
.label = "show add printer wizard",
.type = P_BOOL,
.p_class = P_GLOBAL,
.offset = GLOBAL_VAR(bMsAddPrinterWizard),
.offset = GLOBAL_VAR(ms_add_printer_wizard),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED,

View File

@@ -941,7 +941,7 @@ static void init_globals(bool reinit_globals)
*/
Globals.bMsAddPrinterWizard = true;
Globals.ms_add_printer_wizard = true;
Globals.os_level = 20;
Globals.local_master = true;
Globals.domain_master = Auto; /* depending on _domain_logons */