diff options
| author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:04:24 +1300 |
|---|---|---|
| committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:19:01 -0800 |
| commit | ade2a2635286e18cd47cb029b338ddd2f69ed948 (patch) | |
| tree | f549d7366e956f88464fca5ce3f6638fcdbce966 /lib | |
| parent | bb61e104e1a88b756251fc473e99efe08e2c2b02 (diff) | |
| download | samba-ade2a2635286e18cd47cb029b338ddd2f69ed948.tar.gz samba-ade2a2635286e18cd47cb029b338ddd2f69ed948.tar.xz samba-ade2a2635286e18cd47cb029b338ddd2f69ed948.zip | |
param: Rename variable used for lp_rndc_command szRNDCCommand
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 3be92033a8..208bf79c25 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -357,7 +357,7 @@ 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, preload_modules) -FN_GLOBAL_LIST(rndc_command, szRNDCCommand) +FN_GLOBAL_LIST(rndc_command, rndc_command) FN_GLOBAL_LIST(samba_kcc_command, szSambaKCCCommand) FN_GLOBAL_LIST(server_services, server_services) FN_GLOBAL_LIST(smb_ports, smb_ports) diff --git a/lib/param/param_table.c b/lib/param/param_table.c index aae2236908..26c497e938 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -4249,7 +4249,7 @@ static struct parm_struct parm_table[] = { .label = "rndc command", .type = P_CMDLIST, .p_class = P_GLOBAL, - .offset = GLOBAL_VAR(szRNDCCommand), + .offset = GLOBAL_VAR(rndc_command), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED, |
