summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2013-10-08 13:33:49 +0200
committerMichael Adam <obnox@samba.org>2014-03-24 17:09:10 +0100
commit24054b5f8b196befb454f48a0da0600afac2c7a1 (patch)
tree41bcc1d8f70295d507786c4038cd04ec348d1111 /lib/param/param_table.c
parentb2c992162230ac1975dee0d0229ea6be7d8ae9a3 (diff)
downloadsamba-24054b5f8b196befb454f48a0da0600afac2c7a1.tar.gz
samba-24054b5f8b196befb454f48a0da0600afac2c7a1.tar.xz
samba-24054b5f8b196befb454f48a0da0600afac2c7a1.zip
s3:param: move lp_ctdbd_socket() to ctdbd_conn.c
This allows us to use CTDB_PATH only in ctdbd_conn.c Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@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 ad929ec16b..40f8eb50d8 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(ctdbd_socket),
+ .offset = GLOBAL_VAR(_ctdbd_socket),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED | FLAG_GLOBAL,