summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
authorGarming Sam <garming@catalyst.net.nz>2014-02-03 15:52:14 +1300
committerJeremy Allison <jra@samba.org>2014-02-07 16:19:10 -0800
commit8b8ebb47981a8242679697b229c692c2ee022d1c (patch)
tree5fa51d20a426edbbe8a3d79774b16ae7c2fe0f15 /lib/param/param_table.c
parent63c24977ba06dba46d7080400775f8937ecee108 (diff)
param: rename lp function and variable from 'passwordserver' to 'password_server'
Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> 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 def012673b..356ab0fa88 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -502,7 +502,7 @@ static struct parm_struct parm_table[] = {
.label = "password server",
.type = P_STRING,
.p_class = P_GLOBAL,
- .offset = GLOBAL_VAR(passwordserver),
+ .offset = GLOBAL_VAR(password_server),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED | FLAG_WIZARD,