summaryrefslogtreecommitdiff
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2015-06-15 23:58:35 +0200
committerJeremy Allison <jra@samba.org>2015-07-31 01:55:29 +0200
commit10b36db706a17dd92f25a01c475967a7106f9ae8 (patch)
tree91f2c123c3b6cf4081895801d8f21d5711ffc83a /lib/param/param_table.c
parentd4fd07dedc72e69d212a4f512166f1173104904d (diff)
downloadsamba-10b36db706a17dd92f25a01c475967a7106f9ae8.tar.gz
param: rename szLdapUserSuffix -> _ldap_user_suffix
Signed-off-by: Michael Adam <obnox@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 f73ef0308a8..54a70ca7c26 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -2931,7 +2931,7 @@ struct parm_struct parm_table[] = {
.label = "ldap user suffix",
.type = P_STRING,
.p_class = P_GLOBAL,
- .offset = GLOBAL_VAR(szLdapUserSuffix),
+ .offset = GLOBAL_VAR(_ldap_user_suffix),
.special = NULL,
.enum_list = NULL,
},