diff options
| author | Garming Sam <garming@catalyst.net.nz> | 2014-02-04 15:09:08 +1300 |
|---|---|---|
| committer | Jeremy Allison <jra@samba.org> | 2014-02-07 16:19:15 -0800 |
| commit | 4e4dbc9aeaf9f76dceeff45ad585627744ef3159 (patch) | |
| tree | 64aaa13cfe6916c3a95d58f5bf1eebf28c199393 /lib | |
| parent | 798678ecfc8929174c30a97588027b678bbc85f1 (diff) | |
| download | samba-4e4dbc9aeaf9f76dceeff45ad585627744ef3159.tar.gz samba-4e4dbc9aeaf9f76dceeff45ad585627744ef3159.tar.xz samba-4e4dbc9aeaf9f76dceeff45ad585627744ef3159.zip | |
param: rename lp function and variable from "ms_add_printer_wizard" to "show_add_printer_wizard"
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib')
| -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 1777980c17..ad105a0732 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -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, ms_add_printer_wizard) +FN_GLOBAL_BOOL(show_add_printer_wizard, show_add_printer_wizard) FN_GLOBAL_BOOL(multicast_dns_register, multicast_dns_register) FN_GLOBAL_BOOL(neutralize_nt4_emulation, neutralize_nt4_emulation) FN_GLOBAL_BOOL(nis_home_map, nis_home_map) diff --git a/lib/param/param_table.c b/lib/param/param_table.c index 8e6b4befc3..dd1693fd89 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -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(ms_add_printer_wizard), + .offset = GLOBAL_VAR(show_add_printer_wizard), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED, |
