diff options
| author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:04:23 +1300 |
|---|---|---|
| committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:19:01 -0800 |
| commit | bb61e104e1a88b756251fc473e99efe08e2c2b02 (patch) | |
| tree | d4cfd347bf6d16f7fcd7edbdd33a0c206ccf2191 /lib | |
| parent | 3be3780aaee53a559b7f1b7b9c905dd9313388eb (diff) | |
| download | samba-bb61e104e1a88b756251fc473e99efe08e2c2b02.tar.gz samba-bb61e104e1a88b756251fc473e99efe08e2c2b02.tar.xz samba-bb61e104e1a88b756251fc473e99efe08e2c2b02.zip | |
param: Rename variable used for lp_preload_modules szPreloadModules
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')
| -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 f871a20449..3be92033a8 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -356,7 +356,7 @@ FN_GLOBAL_LIST(interfaces, interfaces) FN_GLOBAL_LIST(name_resolve_order, name_resolve_order) FN_GLOBAL_LIST(netbios_aliases, netbios_aliases) FN_GLOBAL_LIST(nsupdate_command, nsupdate_command) -FN_GLOBAL_LIST(preload_modules, szPreloadModules) +FN_GLOBAL_LIST(preload_modules, preload_modules) FN_GLOBAL_LIST(rndc_command, szRNDCCommand) FN_GLOBAL_LIST(samba_kcc_command, szSambaKCCCommand) FN_GLOBAL_LIST(server_services, server_services) diff --git a/lib/param/param_table.c b/lib/param/param_table.c index 4ae10f8170..aae2236908 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -1099,7 +1099,7 @@ static struct parm_struct parm_table[] = { .label = "preload modules", .type = P_LIST, .p_class = P_GLOBAL, - .offset = GLOBAL_VAR(szPreloadModules), + .offset = GLOBAL_VAR(preload_modules), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED | FLAG_GLOBAL, |
