summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:04:05 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:58 -0800
commitd7d16a8e7989f6468060d17eb019310fed79cc5a (patch)
tree6a434ddcb07761cc1ad228be0c07cd96dd306b07 /lib/param/param_table.c
parentb848ffc79e0b2fcde74e77b9c7b447a224f1f803 (diff)
downloadsamba-d7d16a8e7989f6468060d17eb019310fed79cc5a.tar.gz
samba-d7d16a8e7989f6468060d17eb019310fed79cc5a.tar.xz
samba-d7d16a8e7989f6468060d17eb019310fed79cc5a.zip
param: Rename variable used for lp_winbind_separator szWinbindSeparator
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 e1ba841c61..b0c4e7690d 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -3995,7 +3995,7 @@ static struct parm_struct parm_table[] = {
.label = "winbind separator",
.type = P_STRING,
.p_class = P_GLOBAL,
- .offset = GLOBAL_VAR(szWinbindSeparator),
+ .offset = GLOBAL_VAR(winbind_separator),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED,