summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:04:22 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:19:00 -0800
commited8ac480a9746aba1da5b6ce7e76b927805e75ca (patch)
tree8beb2d3d7f3aa264a13058ab82cadaeb7df69020 /lib/param/param_table.c
parentfebd26ec315970d7fd814887b2dc2a20dfd2d78c (diff)
downloadsamba-ed8ac480a9746aba1da5b6ce7e76b927805e75ca.tar.gz
samba-ed8ac480a9746aba1da5b6ce7e76b927805e75ca.tar.xz
samba-ed8ac480a9746aba1da5b6ce7e76b927805e75ca.zip
param: Rename variable used for lp_dns_update_command szDNSUpdateCommand
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/param_table.c')
-rw-r--r--lib/param/param_table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_table.c b/lib/param/param_table.c
index 583f277f62..1f9f837bb6 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -4231,7 +4231,7 @@ static struct parm_struct parm_table[] = {
.label = "dns update command",
.type = P_CMDLIST,
.p_class = P_GLOBAL,
- .offset = GLOBAL_VAR(szDNSUpdateCommand),
+ .offset = GLOBAL_VAR(dns_update_command),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED,