summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:03:55 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:55 -0800
commitd2572dcb06338c3ee522009fd2ef9ad288d6a1cb (patch)
treea22545ac07fe1e767e2b9acb0e0c1d3d10f277c9 /lib/param/param_table.c
parent00efddb90692c6516ba507b8bdd82f5541073111 (diff)
downloadsamba-d2572dcb06338c3ee522009fd2ef9ad288d6a1cb.tar.gz
samba-d2572dcb06338c3ee522009fd2ef9ad288d6a1cb.tar.xz
samba-d2572dcb06338c3ee522009fd2ef9ad288d6a1cb.zip
param: Rename variable used for lp_unicode bUnicode
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 3246904735..9bdb7a117d 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -1385,7 +1385,7 @@ static struct parm_struct parm_table[] = {
.label = "unicode",
.type = P_BOOL,
.p_class = P_GLOBAL,
- .offset = GLOBAL_VAR(bUnicode),
+ .offset = GLOBAL_VAR(unicode),
.special = NULL,
.enum_list = NULL
},