summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:03:59 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:56 -0800
commit67d54939c28ae84d689171ee868dac64586e50e6 (patch)
tree2d85631586bcd223110dd8d61505f845513ab31a /lib/param/param_table.c
parent540d7cac814e6ef44f0f727c42d4c26e94b22f8a (diff)
downloadsamba-67d54939c28ae84d689171ee868dac64586e50e6.tar.gz
samba-67d54939c28ae84d689171ee868dac64586e50e6.tar.xz
samba-67d54939c28ae84d689171ee868dac64586e50e6.zip
param: Rename variable used for lp_ctdbd_socket ctdbdSocket
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 5b69775453..50e470b77c 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -1938,7 +1938,7 @@ static struct parm_struct parm_table[] = {
.label = "ctdbd socket",
.type = P_STRING,
.p_class = P_GLOBAL,
- .offset = GLOBAL_VAR(ctdbdSocket),
+ .offset = GLOBAL_VAR(ctdbd_socket),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED | FLAG_GLOBAL,