summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:03:57 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:56 -0800
commit8c879167c6b36fb0b2b94d3756577a9813acb2a6 (patch)
tree1e85538874151565f35212aedf6a9b73653bcf56 /lib/param/param_table.c
parentd3ff81f1acf49ea6aeef92405c10abedf0a77ad5 (diff)
downloadsamba-8c879167c6b36fb0b2b94d3756577a9813acb2a6.tar.gz
samba-8c879167c6b36fb0b2b94d3756577a9813acb2a6.tar.xz
samba-8c879167c6b36fb0b2b94d3756577a9813acb2a6.zip
param: Rename variable used for lp_winbind_nested_groups bWinbindNestedGroups
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 6ddb5433ac..907ce79993 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -4067,7 +4067,7 @@ static struct parm_struct parm_table[] = {
.label = "winbind nested groups",
.type = P_BOOL,
.p_class = P_GLOBAL,
- .offset = GLOBAL_VAR(bWinbindNestedGroups),
+ .offset = GLOBAL_VAR(winbind_nested_groups),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED,